﻿2026-06-15T09:42:09.4253776Z Current runner version: '2.335.1'
2026-06-15T09:42:09.4258399Z Runner name: 'kitsubito'
2026-06-15T09:42:09.4258929Z Runner group name: 'Default'
2026-06-15T09:42:09.4259682Z Machine name: 'KITSUBITO'
2026-06-15T09:42:09.4261687Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T09:42:09.4263491Z Contents: read
2026-06-15T09:42:09.4263896Z Metadata: read
2026-06-15T09:42:09.4264273Z Packages: read
2026-06-15T09:42:09.4264646Z ##[endgroup]
2026-06-15T09:42:09.4266232Z Secret source: Actions
2026-06-15T09:42:09.4266730Z Prepare workflow directory
2026-06-15T09:42:09.4623528Z Prepare all required actions
2026-06-15T09:42:09.4652844Z Getting action download info
2026-06-15T09:42:10.0631138Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T09:42:10.6096721Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-15T09:42:10.6960504Z ##[group]Run actions/checkout@v5
2026-06-15T09:42:10.6961294Z with:
2026-06-15T09:42:10.6961734Z   repository: SaberMage/spt-core
2026-06-15T09:42:10.6965749Z   token: ***
2026-06-15T09:42:10.6966149Z   ssh-strict: true
2026-06-15T09:42:10.6966541Z   ssh-user: git
2026-06-15T09:42:10.6966952Z   persist-credentials: true
2026-06-15T09:42:10.6967400Z   clean: true
2026-06-15T09:42:10.6967824Z   sparse-checkout-cone-mode: true
2026-06-15T09:42:10.6968301Z   fetch-depth: 1
2026-06-15T09:42:10.6968706Z   fetch-tags: false
2026-06-15T09:42:10.6969274Z   show-progress: true
2026-06-15T09:42:10.6969689Z   lfs: false
2026-06-15T09:42:10.6970079Z   submodules: false
2026-06-15T09:42:10.6970497Z   set-safe-directory: true
2026-06-15T09:42:10.6971145Z ##[endgroup]
2026-06-15T09:42:10.7806271Z Syncing repository: SaberMage/spt-core
2026-06-15T09:42:10.7807960Z ##[group]Getting Git version info
2026-06-15T09:42:10.7808779Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T09:42:10.7809990Z [command]/usr/bin/git version
2026-06-15T09:42:10.7810449Z git version 2.43.0
2026-06-15T09:42:10.7811830Z ##[endgroup]
2026-06-15T09:42:10.7823755Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7ef2bf93-a8e4-4fca-96a3-4b200bd08766' before making global git config changes
2026-06-15T09:42:10.7826012Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:42:10.7827802Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T09:42:10.7861944Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T09:42:10.7886398Z https://github.com/SaberMage/spt-core
2026-06-15T09:42:10.7897423Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T09:42:10.7900215Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T09:42:10.7921149Z HEAD
2026-06-15T09:42:10.7953931Z ##[endgroup]
2026-06-15T09:42:10.7954798Z [command]/usr/bin/git submodule status
2026-06-15T09:42:10.8138389Z ##[group]Cleaning the repository
2026-06-15T09:42:10.8140690Z [command]/usr/bin/git clean -ffdx
2026-06-15T09:42:11.5607482Z Removing target/
2026-06-15T09:42:11.5616126Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T09:42:11.5663559Z HEAD is now at 28bcae2 Merge ac6c8026d1ecd17e5dc3525c6ce483550ae5da96 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:42:11.5667785Z ##[endgroup]
2026-06-15T09:42:11.5669180Z ##[group]Disabling automatic garbage collection
2026-06-15T09:42:11.5672700Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T09:42:11.5697841Z ##[endgroup]
2026-06-15T09:42:11.5699175Z ##[group]Setting up auth
2026-06-15T09:42:11.5702982Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:42:11.5733752Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:42:11.5925633Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:42:11.5954794Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:42:11.6137399Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:42:11.6164428Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:42:11.6351632Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T09:42:11.6381864Z ##[endgroup]
2026-06-15T09:42:11.6384085Z ##[group]Fetching the repository
2026-06-15T09:42:11.6389777Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +28bcae20f2959630b95a28ea423a733ae74c6831:refs/remotes/pull/12/merge
2026-06-15T09:42:12.2490579Z ##[endgroup]
2026-06-15T09:42:12.2492256Z ##[group]Determining the checkout info
2026-06-15T09:42:12.2493835Z ##[endgroup]
2026-06-15T09:42:12.2496545Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T09:42:12.2605384Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T09:42:12.2631684Z ##[group]Checking out the ref
2026-06-15T09:42:12.2633395Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T09:42:12.2671803Z HEAD is now at 28bcae2 Merge ac6c8026d1ecd17e5dc3525c6ce483550ae5da96 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:42:12.2676172Z ##[endgroup]
2026-06-15T09:42:12.2705711Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T09:42:12.2725413Z 28bcae20f2959630b95a28ea423a733ae74c6831
2026-06-15T09:42:12.2945345Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T09:42:12.2946948Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T09:42:12.2964977Z shell: /usr/bin/bash -e {0}
2026-06-15T09:42:12.2965838Z ##[endgroup]
2026-06-15T09:42:12.3083748Z ##[group]Run cargo nextest run --workspace
2026-06-15T09:42:12.3084801Z [36;1mcargo nextest run --workspace[0m
2026-06-15T09:42:12.3098679Z shell: /usr/bin/bash -e {0}
2026-06-15T09:42:12.3099609Z env:
2026-06-15T09:42:12.3100321Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:42:12.3101215Z ##[endgroup]
2026-06-15T09:42:12.9072641Z    Compiling proc-macro2 v1.0.106
2026-06-15T09:42:12.9073421Z    Compiling quote v1.0.45
2026-06-15T09:42:12.9073946Z    Compiling unicode-ident v1.0.24
2026-06-15T09:42:12.9074299Z    Compiling libc v0.2.186
2026-06-15T09:42:12.9074642Z    Compiling serde_core v1.0.228
2026-06-15T09:42:12.9074980Z    Compiling cfg-if v1.0.4
2026-06-15T09:42:12.9103041Z    Compiling serde v1.0.228
2026-06-15T09:42:12.9224576Z    Compiling typenum v1.20.1
2026-06-15T09:42:12.9280021Z    Compiling version_check v0.9.5
2026-06-15T09:42:12.9321122Z    Compiling portable-atomic v1.13.1
2026-06-15T09:42:12.9321923Z    Compiling memchr v2.8.1
2026-06-15T09:42:12.9322618Z    Compiling find-msvc-tools v0.1.9
2026-06-15T09:42:12.9323175Z    Compiling subtle v2.6.1
2026-06-15T09:42:12.9482907Z    Compiling critical-section v1.2.0
2026-06-15T09:42:12.9521298Z    Compiling shlex v2.0.1
2026-06-15T09:42:12.9742376Z    Compiling log v0.4.32
2026-06-15T09:42:12.9932751Z    Compiling semver v1.0.28
2026-06-15T09:42:13.0551425Z    Compiling smallvec v1.15.1
2026-06-15T09:42:13.1529231Z    Compiling equivalent v1.0.2
2026-06-15T09:42:13.2199273Z    Compiling itoa v1.0.18
2026-06-15T09:42:13.2261131Z    Compiling cpufeatures v0.2.17
2026-06-15T09:42:13.2285076Z    Compiling hashbrown v0.17.1
2026-06-15T09:42:13.2460991Z    Compiling bitflags v2.12.1
2026-06-15T09:42:13.2712117Z    Compiling generic-array v0.14.7
2026-06-15T09:42:13.2726234Z    Compiling pin-project-lite v0.2.17
2026-06-15T09:42:13.2977052Z    Compiling rand_core v0.10.1
2026-06-15T09:42:13.3098810Z    Compiling bytes v1.11.1
2026-06-15T09:42:13.3721679Z    Compiling rustc_version v0.4.1
2026-06-15T09:42:13.3862779Z    Compiling futures-core v0.3.32
2026-06-15T09:42:13.4372051Z    Compiling getrandom v0.4.2
2026-06-15T09:42:13.4432312Z    Compiling stable_deref_trait v1.2.1
2026-06-15T09:42:13.4741991Z    Compiling zerocopy v0.8.50
2026-06-15T09:42:13.4900937Z    Compiling ahash v0.8.12
2026-06-15T09:42:13.5020399Z    Compiling futures-io v0.3.32
2026-06-15T09:42:13.5021808Z    Compiling slab v0.4.12
2026-06-15T09:42:13.5171485Z    Compiling futures-sink v0.3.32
2026-06-15T09:42:13.5540995Z    Compiling signature v2.2.0
2026-06-15T09:42:13.6240762Z    Compiling futures-channel v0.3.32
2026-06-15T09:42:13.6941287Z    Compiling zmij v1.0.21
2026-06-15T09:42:13.7540620Z    Compiling ed25519 v2.2.3
2026-06-15T09:42:13.7673138Z    Compiling futures-task v0.3.32
2026-06-15T09:42:13.7771756Z    Compiling vcpkg v0.2.15
2026-06-15T09:42:13.7811764Z    Compiling pkg-config v0.3.33
2026-06-15T09:42:13.8114555Z    Compiling curve25519-dalek v4.1.3
2026-06-15T09:42:13.9230728Z    Compiling serde_json v1.0.150
2026-06-15T09:42:13.9474433Z    Compiling fastrand v2.4.1
2026-06-15T09:42:14.0301393Z    Compiling indexmap v2.14.0
2026-06-15T09:42:14.1316136Z    Compiling rustversion v1.0.22
2026-06-15T09:42:14.1471677Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T09:42:14.2821388Z    Compiling fallible-iterator v0.3.0
2026-06-15T09:42:14.3190598Z    Compiling syn v2.0.117
2026-06-15T09:42:14.3623012Z    Compiling autocfg v1.5.1
2026-06-15T09:42:14.3797318Z    Compiling fnv v1.0.7
2026-06-15T09:42:14.3941093Z    Compiling strsim v0.11.1
2026-06-15T09:42:14.3981572Z    Compiling cfg_aliases v0.2.1
2026-06-15T09:42:14.4623241Z    Compiling writeable v0.6.3
2026-06-15T09:42:14.4778393Z    Compiling litemap v0.8.2
2026-06-15T09:42:14.4910656Z    Compiling icu_properties_data v2.2.0
2026-06-15T09:42:14.5404792Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T09:42:14.6620683Z    Compiling fs_extra v1.3.0
2026-06-15T09:42:14.6950916Z    Compiling dunce v1.0.5
2026-06-15T09:42:14.7110938Z    Compiling utf8_iter v1.0.4
2026-06-15T09:42:14.7211778Z    Compiling ident_case v1.0.1
2026-06-15T09:42:14.7580525Z    Compiling jobserver v0.1.34
2026-06-15T09:42:14.7770828Z    Compiling rustix v1.1.4
2026-06-15T09:42:14.8051141Z    Compiling anyhow v1.0.102
2026-06-15T09:42:14.8481268Z    Compiling linux-raw-sys v0.12.1
2026-06-15T09:42:14.8670579Z    Compiling percent-encoding v2.3.2
2026-06-15T09:42:14.8950843Z    Compiling http v1.4.1
2026-06-15T09:42:14.9900829Z    Compiling thiserror v2.0.18
2026-06-15T09:42:15.0199378Z    Compiling crypto-common v0.1.7
2026-06-15T09:42:15.0366444Z    Compiling block-buffer v0.10.4
2026-06-15T09:42:15.0470848Z    Compiling cpufeatures v0.3.0
2026-06-15T09:42:15.0750196Z    Compiling cc v1.2.63
2026-06-15T09:42:15.0902964Z    Compiling unicode-segmentation v1.13.3
2026-06-15T09:42:15.1131668Z    Compiling aws-lc-rs v1.17.0
2026-06-15T09:42:15.1470973Z    Compiling scopeguard v1.2.0
2026-06-15T09:42:15.1882972Z    Compiling digest v0.10.7
2026-06-15T09:42:15.2220697Z    Compiling lock_api v0.4.14
2026-06-15T09:42:15.2344225Z    Compiling chacha20 v0.10.0
2026-06-15T09:42:15.2567455Z    Compiling form_urlencoded v1.2.2
2026-06-15T09:42:15.3691017Z    Compiling untrusted v0.9.0
2026-06-15T09:42:15.4190820Z    Compiling sha2 v0.10.9
2026-06-15T09:42:15.4350988Z    Compiling heck v0.5.0
2026-06-15T09:42:15.4610408Z    Compiling rustls v0.23.40
2026-06-15T09:42:15.4760877Z    Compiling const-oid v0.10.2
2026-06-15T09:42:15.4920814Z    Compiling atomic-waker v1.1.2
2026-06-15T09:42:15.5201012Z    Compiling unicode-xid v0.2.6
2026-06-15T09:42:15.5360620Z    Compiling parking_lot_core v0.9.12
2026-06-15T09:42:15.5941566Z    Compiling getrandom v0.2.17
2026-06-15T09:42:15.6308042Z    Compiling mio v1.2.1
2026-06-15T09:42:15.6781274Z    Compiling socket2 v0.6.4
2026-06-15T09:42:15.7073706Z    Compiling convert_case v0.10.0
2026-06-15T09:42:15.7177878Z    Compiling httparse v1.10.1
2026-06-15T09:42:15.7823997Z    Compiling rand_core v0.6.4
2026-06-15T09:42:15.8030842Z    Compiling paste v1.0.15
2026-06-15T09:42:15.8074433Z    Compiling num-traits v0.2.19
2026-06-15T09:42:15.8368348Z    Compiling hybrid-array v0.4.12
2026-06-15T09:42:15.9469962Z    Compiling rand v0.10.1
2026-06-15T09:42:15.9641815Z    Compiling http-body v1.0.1
2026-06-15T09:42:15.9819133Z    Compiling base64ct v1.8.3
2026-06-15T09:42:16.0340909Z    Compiling powerfmt v0.2.0
2026-06-15T09:42:16.0782345Z    Compiling either v1.16.0
2026-06-15T09:42:16.2659149Z    Compiling deranged v0.5.8
2026-06-15T09:42:16.2897770Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T09:42:16.3307736Z    Compiling try-lock v0.2.5
2026-06-15T09:42:16.4240657Z    Compiling cmake v0.1.58
2026-06-15T09:42:16.5290941Z    Compiling tinyvec_macros v0.1.1
2026-06-15T09:42:16.5370632Z    Compiling tower-service v0.3.3
2026-06-15T09:42:16.5418657Z    Compiling data-encoding v2.11.0
2026-06-15T09:42:16.5570611Z    Compiling ref-cast v1.0.25
2026-06-15T09:42:16.5955283Z    Compiling num-conv v0.2.2
2026-06-15T09:42:16.6213537Z    Compiling base64 v0.22.1
2026-06-15T09:42:16.6820617Z    Compiling time-core v0.1.8
2026-06-15T09:42:16.6992289Z    Compiling parking_lot v0.12.5
2026-06-15T09:42:16.7377077Z    Compiling tinyvec v1.11.0
2026-06-15T09:42:16.7544199Z    Compiling block-buffer v0.12.0
2026-06-15T09:42:16.8772050Z    Compiling crypto-common v0.2.2
2026-06-15T09:42:16.8946086Z    Compiling want v0.3.1
2026-06-15T09:42:16.9707042Z    Compiling vergen-lib v9.1.0
2026-06-15T09:42:16.9761934Z    Compiling inout v0.1.4
2026-06-15T09:42:16.9943283Z    Compiling memoffset v0.6.5
2026-06-15T09:42:17.0320517Z    Compiling n0-future v0.3.2
2026-06-15T09:42:17.0610575Z    Compiling aho-corasick v1.1.4
2026-06-15T09:42:17.0980505Z    Compiling cordyceps v0.3.4
2026-06-15T09:42:17.1163028Z    Compiling regex-syntax v0.8.10
2026-06-15T09:42:17.1770578Z    Compiling crossbeam-utils v0.8.21
2026-06-15T09:42:17.2133808Z    Compiling parking v2.2.1
2026-06-15T09:42:17.2910381Z    Compiling spin v0.10.0
2026-06-15T09:42:17.3440781Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T09:42:17.3581454Z    Compiling aws-lc-sys v0.41.0
2026-06-15T09:42:17.3780555Z    Compiling ring v0.17.14
2026-06-15T09:42:17.4120999Z    Compiling toml_write v0.1.2
2026-06-15T09:42:17.4829165Z    Compiling diatomic-waker v0.2.3
2026-06-15T09:42:17.4951680Z    Compiling winnow v1.0.3
2026-06-15T09:42:17.6100588Z    Compiling httpdate v1.0.3
2026-06-15T09:42:17.6790597Z    Compiling thiserror v1.0.69
2026-06-15T09:42:17.8031423Z    Compiling winnow v0.7.15
2026-06-15T09:42:17.8032450Z    Compiling futures-buffered v0.2.13
2026-06-15T09:42:17.9860354Z    Compiling digest v0.11.3
2026-06-15T09:42:18.1120810Z    Compiling futures-lite v2.6.1
2026-06-15T09:42:18.1570585Z    Compiling cipher v0.4.4
2026-06-15T09:42:18.2140872Z    Compiling netlink-packet-core v0.8.1
2026-06-15T09:42:18.3040750Z    Compiling ioctl-rs v0.1.6
2026-06-15T09:42:18.4027993Z    Compiling termios v0.2.2
2026-06-15T09:42:18.4401962Z    Compiling serial-core v0.4.0
2026-06-15T09:42:18.5770624Z    Compiling vergen v9.1.0
2026-06-15T09:42:18.5841688Z    Compiling vergen-lib v0.1.6
2026-06-15T09:42:18.5970918Z    Compiling universal-hash v0.5.1
2026-06-15T09:42:18.6401482Z    Compiling noq-udp v0.10.0
2026-06-15T09:42:18.6504730Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T09:42:18.7180987Z    Compiling heapless v0.7.17
2026-06-15T09:42:18.7410875Z    Compiling sync_wrapper v1.0.2
2026-06-15T09:42:18.7634478Z    Compiling allocator-api2 v0.2.21
2026-06-15T09:42:18.8277286Z    Compiling byteorder v1.5.0
2026-06-15T09:42:18.8856606Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T09:42:18.9465082Z    Compiling dyn-clone v1.0.20
2026-06-15T09:42:19.0392067Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T09:42:19.0810607Z    Compiling opaque-debug v0.3.1
2026-06-15T09:42:19.0960958Z    Compiling hash32 v0.2.1
2026-06-15T09:42:19.1310616Z    Compiling polyval v0.6.2
2026-06-15T09:42:19.1954428Z    Compiling serial-unix v0.4.0
2026-06-15T09:42:19.2291481Z    Compiling spin v0.9.8
2026-06-15T09:42:19.2431119Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:42:19.2469306Z    Compiling signature v3.0.0
2026-06-15T09:42:19.2741018Z    Compiling bitflags v1.3.2
2026-06-15T09:42:19.2833149Z    Compiling ryu v1.0.23
2026-06-15T09:42:19.3423030Z    Compiling num_threads v0.1.7
2026-06-15T09:42:19.3850489Z    Compiling tower-layer v0.3.3
2026-06-15T09:42:19.4006985Z    Compiling pin-utils v0.1.0
2026-06-15T09:42:19.4418471Z    Compiling synstructure v0.13.2
2026-06-15T09:42:19.4577704Z    Compiling darling_core v0.20.11
2026-06-15T09:42:19.4790687Z    Compiling serde_derive_internals v0.29.1
2026-06-15T09:42:19.4820926Z    Compiling nix v0.25.1
2026-06-15T09:42:19.5460988Z    Compiling time v0.3.47
2026-06-15T09:42:19.5530756Z    Compiling serial v0.4.0
2026-06-15T09:42:19.6374054Z    Compiling regex-automata v0.4.14
2026-06-15T09:42:19.8420424Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T09:42:19.8890777Z    Compiling ghash v0.5.1
2026-06-15T09:42:20.0398845Z    Compiling ctr v0.9.2
2026-06-15T09:42:20.1530226Z    Compiling aes v0.8.4
2026-06-15T09:42:20.2511187Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T09:42:20.2777893Z    Compiling http-body-util v0.1.3
2026-06-15T09:42:20.4618185Z    Compiling aead v0.5.2
2026-06-15T09:42:20.5760654Z    Compiling openssl-probe v0.2.1
2026-06-15T09:42:20.6274299Z    Compiling proc-macro-crate v3.5.0
2026-06-15T09:42:20.6457730Z    Compiling shell-words v1.1.1
2026-06-15T09:42:20.7833218Z    Compiling downcast-rs v1.2.1
2026-06-15T09:42:20.8068387Z    Compiling aes-gcm v0.10.3
2026-06-15T09:42:20.8205787Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T09:42:20.8530660Z    Compiling crossbeam-channel v0.5.15
2026-06-15T09:42:20.9575193Z    Compiling netlink-packet-route v0.29.0
2026-06-15T09:42:21.0710870Z    Compiling blake3 v1.8.5
2026-06-15T09:42:21.2270092Z    Compiling uuid v1.23.2
2026-06-15T09:42:21.2340789Z    Compiling noq v0.18.0
2026-06-15T09:42:21.2950464Z    Compiling netwatch v0.16.0
2026-06-15T09:42:21.4425342Z    Compiling acto v0.8.2
2026-06-15T09:42:21.5237151Z    Compiling rustc-hash v2.1.2
2026-06-15T09:42:21.5401647Z    Compiling serde_derive v1.0.228
2026-06-15T09:42:21.5481002Z    Compiling zeroize_derive v1.4.3
2026-06-15T09:42:21.5930486Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T09:42:21.6264907Z    Compiling tokio-macros v2.7.0
2026-06-15T09:42:21.6356055Z    Compiling zerofrom-derive v0.1.7
2026-06-15T09:42:21.6431388Z    Compiling futures-macro v0.3.32
2026-06-15T09:42:21.8040777Z    Compiling yoke-derive v0.8.2
2026-06-15T09:42:21.8930340Z    Compiling zerovec-derive v0.11.3
2026-06-15T09:42:22.0620337Z    Compiling displaydoc v0.2.6
2026-06-15T09:42:22.2124255Z    Compiling tracing-attributes v0.1.31
2026-06-15T09:42:22.2545936Z    Compiling zeroize v1.8.2
2026-06-15T09:42:22.3507273Z    Compiling tokio v1.52.3
2026-06-15T09:42:22.7032322Z    Compiling rustls-pki-types v1.14.1
2026-06-15T09:42:22.7111737Z    Compiling futures-util v0.3.32
2026-06-15T09:42:22.8615923Z    Compiling thiserror-impl v2.0.18
2026-06-15T09:42:23.1365545Z    Compiling darling_macro v0.20.11
2026-06-15T09:42:23.2048238Z    Compiling zerofrom v0.1.8
2026-06-15T09:42:23.3437671Z    Compiling yoke v0.8.3
2026-06-15T09:42:23.4286801Z    Compiling derive_more-impl v2.1.1
2026-06-15T09:42:23.5250494Z    Compiling darling v0.20.11
2026-06-15T09:42:23.5429802Z    Compiling n0-error-macros v0.1.3
2026-06-15T09:42:23.5681448Z    Compiling zerovec v0.11.6
2026-06-15T09:42:23.6043707Z    Compiling zerotrie v0.2.4
2026-06-15T09:42:23.9832135Z    Compiling ed25519-dalek v2.2.0
2026-06-15T09:42:23.9918200Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:42:24.3388715Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T09:42:24.3561927Z    Compiling tinystr v0.8.3
2026-06-15T09:42:24.3872204Z    Compiling potential_utf v0.1.5
2026-06-15T09:42:24.5830829Z    Compiling icu_locale_core v2.2.0
2026-06-15T09:42:24.5990693Z    Compiling icu_collections v2.2.0
2026-06-15T09:42:24.6900170Z    Compiling spez v0.1.2
2026-06-15T09:42:24.7630701Z    Compiling der v0.8.0-rc.10
2026-06-15T09:42:25.0560703Z    Compiling pin-project-internal v1.1.13
2026-06-15T09:42:25.0795958Z    Compiling n0-error v0.1.3
2026-06-15T09:42:25.3900598Z    Compiling ref-cast-impl v1.0.25
2026-06-15T09:42:25.4360439Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:42:25.4795763Z    Compiling schemars_derive v1.2.1
2026-06-15T09:42:25.7829924Z    Compiling icu_provider v2.2.0
2026-06-15T09:42:25.8450855Z    Compiling derive_builder v0.20.2
2026-06-15T09:42:25.9640885Z    Compiling thiserror-impl v1.0.69
2026-06-15T09:42:26.0590744Z    Compiling regex v1.12.3
2026-06-15T09:42:26.2460601Z    Compiling icu_normalizer v2.2.0
2026-06-15T09:42:26.3315403Z    Compiling icu_properties v2.2.0
2026-06-15T09:42:26.4852680Z    Compiling spki v0.8.0-rc.4
2026-06-15T09:42:26.5148154Z    Compiling pin-project v1.1.13
2026-06-15T09:42:26.6328650Z    Compiling futures-executor v0.3.32
2026-06-15T09:42:26.6500938Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T09:42:26.7314218Z    Compiling cobs v0.3.0
2026-06-15T09:42:26.7335172Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T09:42:26.8140307Z    Compiling ipnet v2.12.0
2026-06-15T09:42:26.8950896Z    Compiling serde_spanned v0.6.9
2026-06-15T09:42:26.9650162Z    Compiling toml_datetime v0.6.11
2026-06-15T09:42:27.0026300Z    Compiling futures v0.3.32
2026-06-15T09:42:27.0713057Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T09:42:27.1760638Z    Compiling toml_edit v0.22.27
2026-06-15T09:42:27.2250385Z    Compiling prefix-trie v0.8.4
2026-06-15T09:42:27.2910886Z    Compiling postcard-derive v0.2.2
2026-06-15T09:42:27.5030750Z    Compiling once_cell v1.21.4
2026-06-15T09:42:27.5920928Z    Compiling schemars v1.2.1
2026-06-15T09:42:27.6341205Z    Compiling data-encoding-macro v0.1.20
2026-06-15T09:42:27.7190856Z    Compiling tracing-core v0.1.36
2026-06-15T09:42:27.7437198Z    Compiling tempfile v3.27.0
2026-06-15T09:42:27.8440841Z    Compiling hashbrown v0.14.5
2026-06-15T09:42:27.8570966Z    Compiling idna_adapter v1.2.2
2026-06-15T09:42:27.8980969Z    Compiling filedescriptor v0.8.3
2026-06-15T09:42:27.9712078Z    Compiling idna v1.1.0
2026-06-15T09:42:27.9926059Z    Compiling derive_more v2.1.1
2026-06-15T09:42:28.0354197Z    Compiling postcard v1.1.3
2026-06-15T09:42:28.1221104Z    Compiling portable-pty v0.8.1
2026-06-15T09:42:28.2070665Z    Compiling rustls-native-certs v0.8.4
2026-06-15T09:42:28.3550732Z    Compiling tracing v0.1.44
2026-06-15T09:42:28.4543741Z    Compiling tokio-util v0.7.18
2026-06-15T09:42:28.5610584Z    Compiling url v2.5.8
2026-06-15T09:42:28.5690729Z    Compiling netlink-sys v0.8.8
2026-06-15T09:42:28.6469882Z    Compiling hashlink v0.9.1
2026-06-15T09:42:28.6887676Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T09:42:28.7031583Z    Compiling tower v0.5.3
2026-06-15T09:42:28.9021950Z    Compiling strum_macros v0.28.0
2026-06-15T09:42:28.9250910Z    Compiling enum-assoc v1.3.0
2026-06-15T09:42:28.9987145Z    Compiling rusqlite v0.32.1
2026-06-15T09:42:29.1265483Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T09:42:29.1901788Z    Compiling num_enum_derive v0.7.6
2026-06-15T09:42:29.2530646Z    Compiling async-trait v0.1.89
2026-06-15T09:42:29.3344656Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T09:42:29.3547786Z    Compiling foldhash v0.2.0
2026-06-15T09:42:29.5007526Z    Compiling h2 v0.4.14
2026-06-15T09:42:29.6450974Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T09:42:29.6900945Z    Compiling identity-hash v0.1.0
2026-06-15T09:42:29.7070672Z    Compiling mac-addr v0.3.0
2026-06-15T09:42:29.8035296Z    Compiling xml-rs v0.8.28
2026-06-15T09:42:29.8330735Z    Compiling tagptr v0.2.0
2026-06-15T09:42:29.9311011Z    Compiling toml v0.8.23
2026-06-15T09:42:29.9559575Z    Compiling lru-slab v0.1.2
2026-06-15T09:42:29.9900656Z    Compiling moka v0.12.15
2026-06-15T09:42:30.0740769Z    Compiling netdev v0.42.0
2026-06-15T09:42:30.2280925Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T09:42:30.2831051Z    Compiling num_enum v0.7.6
2026-06-15T09:42:30.3261494Z    Compiling n0-watcher v0.6.1
2026-06-15T09:42:30.4109049Z    Compiling iroh-metrics v0.38.3
2026-06-15T09:42:30.4277498Z    Compiling hashbrown v0.16.1
2026-06-15T09:42:30.5946876Z    Compiling tokio-stream v0.1.18
2026-06-15T09:42:30.8784592Z    Compiling xmltree v0.10.3
2026-06-15T09:42:31.1079594Z    Compiling attohttpc v0.30.1
2026-06-15T09:42:31.1633872Z    Compiling tower-http v0.6.11
2026-06-15T09:42:31.1745679Z    Compiling iroh-base v0.98.0
2026-06-15T09:42:31.2096772Z    Compiling netlink-proto v0.12.0
2026-06-15T09:42:31.2620516Z    Compiling iroh-relay v0.98.0
2026-06-15T09:42:31.5255813Z    Compiling netlink-packet-route v0.30.0
2026-06-15T09:42:31.6164672Z    Compiling simple-dns v0.9.3
2026-06-15T09:42:31.6710809Z    Compiling arrayref v0.3.9
2026-06-15T09:42:31.7310817Z    Compiling arrayvec v0.7.6
2026-06-15T09:42:31.7710702Z    Compiling resolv-conf v0.7.6
2026-06-15T09:42:31.8110752Z    Compiling strum v0.28.0
2026-06-15T09:42:31.9280749Z    Compiling constant_time_eq v0.4.2
2026-06-15T09:42:31.9300615Z    Compiling sha1_smol v1.0.1
2026-06-15T09:42:31.9670602Z    Compiling simdutf8 v0.1.5
2026-06-15T09:42:31.9852233Z    Compiling smol_str v0.1.24
2026-06-15T09:42:32.1575229Z    Compiling lru v0.16.4
2026-06-15T09:42:32.2085041Z    Compiling webpki-roots v1.0.7
2026-06-15T09:42:32.2989642Z    Compiling serde_bytes v0.11.19
2026-06-15T09:42:32.3181041Z    Compiling seize v0.5.1
2026-06-15T09:42:32.3256198Z    Compiling hmac v0.12.1
2026-06-15T09:42:32.3466070Z    Compiling iroh v0.98.2
2026-06-15T09:42:32.3941053Z    Compiling cmov v0.5.4
2026-06-15T09:42:32.4830789Z    Compiling hkdf v0.12.4
2026-06-15T09:42:32.5570433Z    Compiling backon v1.6.0
2026-06-15T09:42:32.6117507Z    Compiling papaya v0.2.4
2026-06-15T09:42:32.6200580Z    Compiling spake2 v0.4.0
2026-06-15T09:42:32.6269368Z    Compiling ctutils v0.4.2
2026-06-15T09:42:32.6506677Z    Compiling sha1 v0.10.6
2026-06-15T09:42:32.7898252Z    Compiling doctest-file v1.1.1
2026-06-15T09:42:32.7985664Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T09:42:32.8431641Z    Compiling errno v0.3.14
2026-06-15T09:42:32.8691336Z    Compiling iroh-dns v0.98.0
2026-06-15T09:42:32.9175903Z    Compiling signal-hook v0.3.18
2026-06-15T09:42:32.9198233Z    Compiling darling_core v0.23.0
2026-06-15T09:42:33.0068385Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T09:42:33.0201429Z    Compiling signal-hook-registry v1.4.8
2026-06-15T09:42:33.0369722Z    Compiling utf8parse v0.2.2
2026-06-15T09:42:33.0822124Z    Compiling rustix v0.38.44
2026-06-15T09:42:33.1038519Z    Compiling instability v0.3.12
2026-06-15T09:42:33.1530682Z    Compiling anstyle-parse v1.0.0
2026-06-15T09:42:33.1547446Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T09:42:33.2330939Z    Compiling foldhash v0.1.5
2026-06-15T09:42:33.3490221Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T09:42:33.3587695Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T09:42:33.4175560Z    Compiling interprocess v2.4.2
2026-06-15T09:42:33.4560256Z    Compiling colorchoice v1.0.5
2026-06-15T09:42:33.4783682Z    Compiling anstyle v1.0.14
2026-06-15T09:42:33.4959156Z    Compiling linux-raw-sys v0.4.15
2026-06-15T09:42:33.5737568Z    Compiling anstyle-query v1.1.5
2026-06-15T09:42:33.6720749Z    Compiling signal-hook-mio v0.2.5
2026-06-15T09:42:33.6790596Z    Compiling anstream v1.0.0
2026-06-15T09:42:33.7356809Z    Compiling hashbrown v0.15.5
2026-06-15T09:42:33.7964998Z    Compiling strum_macros v0.26.4
2026-06-15T09:42:33.8278834Z    Compiling terminal_size v0.4.4
2026-06-15T09:42:33.9720507Z    Compiling itertools v0.13.0
2026-06-15T09:42:34.2040400Z    Compiling castaway v0.2.4
2026-06-15T09:42:34.2998503Z    Compiling clap_lex v1.1.0
2026-06-15T09:42:34.3130840Z    Compiling unicode-width v0.1.14
2026-06-15T09:42:34.3899655Z    Compiling indoc v2.0.7
2026-06-15T09:42:34.5421157Z    Compiling static_assertions v1.1.0
2026-06-15T09:42:34.5970913Z    Compiling compact_str v0.8.2
2026-06-15T09:42:34.6250827Z    Compiling lru v0.12.5
2026-06-15T09:42:34.6371034Z    Compiling clap_builder v4.6.0
2026-06-15T09:42:34.8193487Z    Compiling clap_derive v4.6.1
2026-06-15T09:42:34.8480885Z    Compiling iana-time-zone v0.1.65
2026-06-15T09:42:34.9650690Z    Compiling crossterm v0.28.1
2026-06-15T09:42:35.2488601Z    Compiling hyper v1.10.1
2026-06-15T09:42:35.2760854Z    Compiling unicode-width v0.2.0
2026-06-15T09:42:35.4464929Z    Compiling cassowary v0.3.0
2026-06-15T09:42:35.5681229Z    Compiling chrono v0.4.45
2026-06-15T09:42:35.5960378Z    Compiling nucleo-matcher v0.3.1
2026-06-15T09:42:35.9050795Z    Compiling unicode-truncate v1.1.0
2026-06-15T09:42:36.0553633Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T09:42:36.3461034Z    Compiling strum v0.26.3
2026-06-15T09:42:36.4110705Z    Compiling qrcode v0.14.1
2026-06-15T09:42:36.6623990Z    Compiling darling_macro v0.23.0
2026-06-15T09:42:37.0790779Z    Compiling darling v0.23.0
2026-06-15T09:42:37.1554656Z    Compiling hyper-util v0.1.20
2026-06-15T09:42:37.3514100Z    Compiling mock-adapter v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-15T09:42:37.6665330Z    Compiling clap v4.6.1
2026-06-15T09:42:37.9182619Z    Compiling ratatui v0.29.0
2026-06-15T09:42:39.0943906Z    Compiling igd-next v0.17.1
2026-06-15T09:42:40.4640738Z    Compiling portmapper v0.16.0
2026-06-15T09:42:47.9210684Z    Compiling rustls-webpki v0.103.13
2026-06-15T09:42:50.2368731Z    Compiling tokio-rustls v0.26.4
2026-06-15T09:42:50.2371716Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T09:42:50.2372117Z    Compiling noq-proto v0.17.0
2026-06-15T09:42:50.3843109Z    Compiling hyper-rustls v0.27.9
2026-06-15T09:42:50.3843710Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T09:42:50.3845046Z    Compiling tokio-websockets v0.13.2
2026-06-15T09:42:50.5210949Z    Compiling reqwest v0.13.4
2026-06-15T09:42:51.4820864Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T09:43:05.1549782Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T09:43:06.5767827Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T09:43:14.0273482Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T09:43:23.9150911Z    Compiling xtask v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-15T09:43:44.9562695Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
2026-06-15T09:43:45.2948475Z ────────────
2026-06-15T09:43:45.2950113Z  Nextest run ID 637deffc-c075-40a9-ba89-f387f2c45989 with nextest profile: default
2026-06-15T09:43:45.2950622Z     Starting 1059 tests across 62 binaries (1 test skipped)
2026-06-15T09:43:45.3038486Z         PASS [   0.008s] (   1/1059) spt::oneliner_e2e install_script_against_staged_release
2026-06-15T09:43:45.3046245Z         PASS [   0.008s] (   2/1059) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-15T09:43:45.3047117Z         PASS [   0.009s] (   3/1059) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-15T09:43:45.3104645Z         PASS [   0.005s] (   4/1059) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-15T09:43:45.3142490Z         PASS [   0.016s] (   5/1059) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-15T09:43:45.3143514Z         PASS [   0.016s] (   6/1059) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-15T09:43:45.3144355Z         PASS [   0.016s] (   7/1059) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-15T09:43:45.3233128Z         PASS [   0.012s] (   8/1059) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-15T09:43:45.3266583Z         PASS [   0.014s] (   9/1059) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-15T09:43:45.3376645Z         PASS [   0.014s] (  10/1059) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-15T09:43:45.3413505Z         PASS [   0.015s] (  11/1059) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-15T09:43:45.3520971Z         PASS [   0.014s] (  12/1059) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-15T09:43:45.3591953Z         PASS [   0.018s] (  13/1059) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-15T09:43:45.3678911Z         PASS [   0.015s] (  14/1059) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-15T09:43:45.3744734Z         PASS [   0.015s] (  15/1059) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-15T09:43:45.3803948Z         PASS [   0.012s] (  16/1059) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-15T09:43:45.3879901Z         PASS [   0.013s] (  17/1059) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-15T09:43:45.3920402Z         PASS [   0.011s] (  18/1059) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-15T09:43:45.6135667Z         PASS [   0.318s] (  19/1059) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-15T09:43:45.6696841Z         PASS [   0.282s] (  20/1059) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-15T09:43:45.7228571Z         PASS [   0.331s] (  21/1059) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-15T09:43:45.7481652Z         PASS [   0.025s] (  22/1059) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-15T09:43:45.8040000Z         PASS [   0.190s] (  23/1059) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-15T09:43:45.9507212Z         PASS [   0.202s] (  24/1059) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-15T09:43:45.9650524Z         PASS [   0.010s] (  25/1059) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-15T09:43:45.9705444Z         PASS [   0.010s] (  26/1059) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-15T09:43:45.9824193Z         PASS [   0.672s] (  27/1059) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-15T09:43:45.9827916Z         PASS [   0.012s] (  28/1059) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-15T09:43:45.9925623Z         PASS [   0.010s] (  29/1059) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-15T09:43:45.9926643Z         PASS [   0.010s] (  30/1059) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-15T09:43:46.0013434Z         PASS [   0.706s] (  31/1059) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-15T09:43:46.0026991Z         PASS [   0.010s] (  32/1059) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-15T09:43:46.0051730Z         PASS [   0.012s] (  33/1059) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-15T09:43:46.0176020Z         PASS [   0.016s] (  34/1059) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-15T09:43:46.0231414Z         PASS [   0.020s] (  35/1059) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-15T09:43:46.0381751Z         PASS [   0.743s] (  36/1059) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-15T09:43:46.0602621Z         PASS [   0.037s] (  37/1059) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-15T09:43:46.0764380Z         PASS [   0.016s] (  38/1059) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-15T09:43:46.0989077Z         PASS [   0.022s] (  39/1059) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-15T09:43:46.1225978Z         PASS [   0.024s] (  40/1059) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-15T09:43:46.2022966Z         PASS [   0.907s] (  41/1059) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-15T09:43:46.2330923Z         PASS [   0.930s] (  42/1059) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-15T09:43:46.2484946Z         PASS [   0.015s] (  43/1059) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-15T09:43:46.2577164Z         PASS [   0.009s] (  44/1059) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-15T09:43:46.2689234Z         PASS [   0.011s] (  45/1059) spt::bin/spt api::tests::adapter_is_required
2026-06-15T09:43:46.2964018Z         PASS [   0.027s] (  46/1059) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-15T09:43:46.3050758Z         PASS [   0.009s] (  47/1059) spt::bin/spt api::tests::state_value_is_validated
2026-06-15T09:43:46.3155868Z         PASS [   0.010s] (  48/1059) spt::bin/spt api::tests::surface_parses
2026-06-15T09:43:46.3259225Z         PASS [   0.010s] (  49/1059) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-15T09:43:46.3354333Z         PASS [   0.009s] (  50/1059) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-15T09:43:46.3397380Z         PASS [   0.322s] (  51/1059) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-15T09:43:46.3398559Z         PASS [   0.335s] (  52/1059) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-15T09:43:46.3413626Z         PASS [   1.038s] (  53/1059) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-15T09:43:46.3525656Z         PASS [   0.013s] (  54/1059) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-15T09:43:46.3560309Z         PASS [   0.015s] (  55/1059) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-15T09:43:46.3574318Z         PASS [   0.319s] (  56/1059) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-15T09:43:46.3773053Z         PASS [   0.020s] (  57/1059) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-15T09:43:46.3774289Z         PASS [   0.021s] (  58/1059) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-15T09:43:46.3911651Z         PASS [   0.014s] (  59/1059) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-15T09:43:46.3913543Z         PASS [   0.722s] (  60/1059) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-15T09:43:46.3927795Z         PASS [   0.015s] (  61/1059) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-15T09:43:46.3993757Z         PASS [   0.277s] (  62/1059) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-15T09:43:46.4007159Z         PASS [   0.009s] (  63/1059) spt::bin/spt cli::tests::bare_tty_guard
2026-06-15T09:43:46.4017225Z         PASS [   0.009s] (  64/1059) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-15T09:43:46.4053553Z         PASS [   0.014s] (  65/1059) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-15T09:43:46.4103616Z         PASS [   0.011s] (  66/1059) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-15T09:43:46.4124438Z         PASS [   0.011s] (  67/1059) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-15T09:43:46.4133862Z         PASS [   0.061s] (  68/1059) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-15T09:43:46.4161448Z         PASS [   0.011s] (  69/1059) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-15T09:43:46.4230798Z         PASS [   0.009s] (  70/1059) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-15T09:43:46.4381238Z         PASS [   0.025s] (  71/1059) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-15T09:43:46.4398797Z         PASS [   0.011s] (  72/1059) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-15T09:43:46.4399799Z         PASS [   0.015s] (  73/1059) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-15T09:43:46.4400682Z         PASS [   0.010s] (  74/1059) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-15T09:43:46.4401634Z         PASS [   0.026s] (  75/1059) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-15T09:43:46.4415094Z         PASS [   0.015s] (  76/1059) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-15T09:43:46.4423140Z         PASS [   0.010s] (  77/1059) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-15T09:43:46.4425932Z         PASS [   0.240s] (  78/1059) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-15T09:43:46.4550487Z         PASS [   0.025s] (  79/1059) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-15T09:43:46.4578676Z         PASS [   0.015s] (  80/1059) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-15T09:43:46.4579922Z         PASS [   0.016s] (  81/1059) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-15T09:43:46.4636047Z         PASS [   0.021s] (  82/1059) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-15T09:43:46.4658537Z         PASS [   0.011s] (  83/1059) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-15T09:43:46.4675212Z         PASS [   0.010s] (  84/1059) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-15T09:43:46.4700238Z         PASS [   0.013s] (  85/1059) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-15T09:43:46.4748661Z         PASS [   0.009s] (  86/1059) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-15T09:43:46.4784621Z         PASS [   0.011s] (  87/1059) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-15T09:43:46.4799574Z         PASS [   0.010s] (  88/1059) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-15T09:43:46.4890659Z         PASS [   0.012s] (  89/1059) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-15T09:43:46.4897046Z         PASS [   0.011s] (  90/1059) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-15T09:43:46.4904144Z         PASS [   0.026s] (  91/1059) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-15T09:43:46.4952774Z         PASS [   0.015s] (  92/1059) spt::bin/spt cli::tests::notify_surface_parses
2026-06-15T09:43:46.4984445Z         PASS [   0.011s] (  93/1059) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-15T09:43:46.5033351Z         PASS [   0.013s] (  94/1059) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-15T09:43:46.5045247Z         PASS [   0.009s] (  95/1059) spt::bin/spt cli::tests::pending_message_renders_semver_or_counter_fallback_and_never_claims_applied
2026-06-15T09:43:46.5184091Z         PASS [   1.223s] (  96/1059) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-15T09:43:46.5258046Z         PASS [   0.007s] (  97/1059) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-15T09:43:46.5350353Z         PASS [   0.009s] (  98/1059) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-15T09:43:46.5438103Z         PASS [   1.248s] (  99/1059) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-15T09:43:46.5512793Z         PASS [   0.007s] ( 100/1059) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-15T09:43:46.5610915Z         PASS [   0.009s] ( 101/1059) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-15T09:43:46.5703449Z         PASS [   0.009s] ( 102/1059) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-15T09:43:46.5926414Z         PASS [   0.058s] ( 103/1059) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-15T09:43:46.5927862Z         PASS [   0.253s] ( 104/1059) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-15T09:43:46.6120743Z         PASS [   0.018s] ( 105/1059) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-15T09:43:46.6191885Z         PASS [   0.026s] ( 106/1059) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-15T09:43:46.6322049Z         PASS [   0.205s] ( 107/1059) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-15T09:43:46.6544513Z         PASS [   0.035s] ( 108/1059) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-15T09:43:46.6657184Z         PASS [   0.161s] ( 109/1059) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-15T09:43:46.6701207Z         PASS [   0.016s] ( 110/1059) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-15T09:43:46.6849595Z         PASS [   0.019s] ( 111/1059) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-15T09:43:46.6892059Z         PASS [   0.885s] ( 112/1059) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-15T09:43:46.6907033Z         PASS [   0.021s] ( 113/1059) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-15T09:43:46.6968245Z         PASS [   0.012s] ( 114/1059) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-15T09:43:46.7040993Z         PASS [   0.013s] ( 115/1059) spt::bin/spt cli::tests::subcommands_parse
2026-06-15T09:43:46.7103740Z         PASS [   0.021s] ( 116/1059) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-15T09:43:46.7160349Z         PASS [   0.011s] ( 117/1059) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-15T09:43:46.7165953Z         PASS [   0.381s] ( 118/1059) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-15T09:43:46.7173233Z         PASS [   0.214s] ( 119/1059) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-15T09:43:46.7223871Z         PASS [   0.012s] ( 120/1059) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-15T09:43:46.7254265Z         PASS [   0.028s] ( 121/1059) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-15T09:43:46.7288459Z         PASS [   0.011s] ( 122/1059) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-15T09:43:46.7290037Z         PASS [   0.014s] ( 123/1059) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-15T09:43:46.7291123Z         PASS [   0.012s] ( 124/1059) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-15T09:43:46.7351206Z         PASS [   0.009s] ( 125/1059) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-15T09:43:46.7356430Z         PASS [   0.013s] ( 126/1059) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-15T09:43:46.7382486Z         PASS [   0.009s] ( 127/1059) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-15T09:43:46.7391557Z         PASS [   0.010s] ( 128/1059) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-15T09:43:46.7392691Z         PASS [   0.010s] ( 129/1059) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-15T09:43:46.7464983Z         PASS [   0.012s] ( 130/1059) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-15T09:43:46.7468045Z         PASS [   0.011s] ( 131/1059) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-15T09:43:46.7470936Z         PASS [   0.008s] ( 132/1059) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-15T09:43:46.7491321Z         PASS [   0.009s] ( 133/1059) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-15T09:43:46.7493531Z         PASS [   0.011s] ( 134/1059) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-15T09:43:46.7562033Z         PASS [   0.010s] ( 135/1059) spt::bin/spt picker::model::tests::back_unwinds
2026-06-15T09:43:46.7566192Z         PASS [   0.009s] ( 136/1059) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-15T09:43:46.7573837Z         PASS [   0.011s] ( 137/1059) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-15T09:43:46.7587255Z         PASS [   0.010s] ( 138/1059) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-15T09:43:46.7596599Z         PASS [   0.009s] ( 139/1059) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-15T09:43:46.7668169Z         PASS [   0.009s] ( 140/1059) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-15T09:43:46.7670793Z         PASS [   0.010s] ( 141/1059) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-15T09:43:46.7673979Z         PASS [   0.009s] ( 142/1059) spt::bin/spt picker::model::tests::filter_narrows
2026-06-15T09:43:46.7678857Z         PASS [   0.009s] ( 143/1059) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-15T09:43:46.7682081Z         PASS [   0.009s] ( 144/1059) spt::bin/spt picker::model::tests::kind_routes
2026-06-15T09:43:46.7809409Z         PASS [   0.008s] ( 145/1059) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-15T09:43:46.7813707Z         PASS [   0.010s] ( 146/1059) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-15T09:43:46.7817298Z         PASS [   0.010s] ( 147/1059) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-15T09:43:46.7818492Z         PASS [   0.010s] ( 148/1059) spt::bin/spt picker::model::tests::resume_title_render
2026-06-15T09:43:46.7835476Z         PASS [   0.010s] ( 149/1059) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-15T09:43:46.7863785Z         PASS [   0.010s] ( 150/1059) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-15T09:43:46.7871230Z         PASS [   0.010s] ( 151/1059) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-15T09:43:46.7874255Z         PASS [   0.010s] ( 152/1059) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-15T09:43:46.7875453Z         PASS [   0.010s] ( 153/1059) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-15T09:43:46.7883344Z         PASS [   0.010s] ( 154/1059) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-15T09:43:46.7993386Z         PASS [   0.012s] ( 155/1059) spt::bin/spt picker::view::tests::kind_buffer
2026-06-15T09:43:46.8008319Z         PASS [   0.013s] ( 156/1059) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-15T09:43:46.8022912Z         PASS [   0.016s] ( 157/1059) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-15T09:43:46.8024094Z         PASS [   0.015s] ( 158/1059) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-15T09:43:46.8038652Z         PASS [   0.015s] ( 159/1059) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-15T09:43:46.8100840Z         PASS [   0.009s] ( 160/1059) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-15T09:43:46.8112626Z         PASS [   0.009s] ( 161/1059) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-15T09:43:46.8115921Z         PASS [   0.009s] ( 162/1059) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-15T09:43:46.8143819Z         PASS [   0.010s] ( 163/1059) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-15T09:43:46.8159808Z         PASS [   0.016s] ( 164/1059) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-15T09:43:46.8213778Z         PASS [   0.010s] ( 165/1059) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-15T09:43:46.8264230Z         PASS [   0.010s] ( 166/1059) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-15T09:43:46.8268824Z         PASS [   0.012s] ( 167/1059) spt-daemon access::tests::gate_decision_table
2026-06-15T09:43:46.8304802Z         PASS [   0.010s] ( 168/1059) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-15T09:43:46.8354198Z         PASS [   0.009s] ( 169/1059) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-15T09:43:46.8382883Z         PASS [   0.012s] ( 170/1059) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-15T09:43:46.8470263Z         PASS [   0.009s] ( 171/1059) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-15T09:43:46.8508123Z         PASS [   0.020s] ( 172/1059) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-15T09:43:46.8565006Z         PASS [   0.021s] ( 173/1059) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-15T09:43:46.8671089Z         PASS [   0.017s] ( 174/1059) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-15T09:43:46.8686038Z         PASS [   0.011s] ( 175/1059) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-15T09:43:46.8700445Z         PASS [   0.020s] ( 176/1059) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-15T09:43:46.8942711Z         PASS [   0.027s] ( 177/1059) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-15T09:43:46.8960762Z         PASS [   0.026s] ( 178/1059) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-15T09:43:46.8981078Z         PASS [   0.034s] ( 179/1059) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-15T09:43:46.9034383Z         PASS [   0.293s] ( 180/1059) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-15T09:43:46.9214178Z         PASS [   0.025s] ( 181/1059) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-15T09:43:46.9250923Z         PASS [   0.030s] ( 182/1059) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-15T09:43:46.9258209Z         PASS [   0.027s] ( 183/1059) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-15T09:43:46.9283060Z         PASS [   0.025s] ( 184/1059) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-15T09:43:46.9337818Z         PASS [   0.008s] ( 185/1059) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-15T09:43:46.9340524Z         PASS [   0.008s] ( 186/1059) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-15T09:43:46.9342447Z         PASS [   0.013s] ( 187/1059) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-15T09:43:46.9364779Z         PASS [   0.008s] ( 188/1059) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-15T09:43:46.9420366Z         PASS [   0.008s] ( 189/1059) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-15T09:43:46.9422223Z         PASS [   0.009s] ( 190/1059) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-15T09:43:46.9436958Z         PASS [   0.007s] ( 191/1059) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-15T09:43:46.9497897Z         PASS [   0.008s] ( 192/1059) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-15T09:43:46.9518731Z         PASS [   0.010s] ( 193/1059) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-15T09:43:46.9519975Z         PASS [   0.008s] ( 194/1059) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-15T09:43:46.9576321Z         PASS [   0.008s] ( 195/1059) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-15T09:43:46.9606917Z         PASS [   0.009s] ( 196/1059) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-15T09:43:46.9652256Z         PASS [   0.008s] ( 197/1059) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-15T09:43:46.9672443Z         PASS [   0.006s] ( 198/1059) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-15T09:43:46.9740617Z         PASS [   0.007s] ( 199/1059) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-15T09:43:46.9819416Z         PASS [   0.545s] ( 200/1059) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-15T09:43:46.9892825Z         PASS [   1.678s] ( 201/1059) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-15T09:43:47.0202045Z         PASS [   0.522s] ( 202/1059) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-15T09:43:47.0520992Z         PASS [   0.481s] ( 203/1059) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-15T09:43:47.0685612Z         PASS [   0.256s] ( 204/1059) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-15T09:43:47.0758048Z         PASS [   0.008s] ( 205/1059) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-15T09:43:47.0835461Z         PASS [   0.008s] ( 206/1059) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-15T09:43:47.0916402Z         PASS [   0.008s] ( 207/1059) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-15T09:43:47.0996659Z         PASS [   0.008s] ( 208/1059) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-15T09:43:47.1068097Z         PASS [   0.007s] ( 209/1059) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-15T09:43:47.1138689Z         PASS [   0.007s] ( 210/1059) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-15T09:43:47.1207740Z         PASS [   0.007s] ( 211/1059) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-15T09:43:47.1286414Z         PASS [   0.007s] ( 212/1059) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-15T09:43:47.1347416Z         PASS [   0.007s] ( 213/1059) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-15T09:43:47.1415150Z         PASS [   0.006s] ( 214/1059) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-15T09:43:47.1441329Z         PASS [   0.210s] ( 215/1059) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-15T09:43:47.1474769Z         PASS [   0.006s] ( 216/1059) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-15T09:43:47.1522728Z         PASS [   0.008s] ( 217/1059) spt-daemon config::tests::missing_file_is_default
2026-06-15T09:43:47.1532066Z         PASS [   0.342s] ( 218/1059) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-15T09:43:47.1547154Z         PASS [   0.007s] ( 219/1059) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-15T09:43:47.1612457Z         PASS [   0.009s] ( 220/1059) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-15T09:43:47.1615422Z         PASS [   0.008s] ( 221/1059) spt-daemon config::tests::save_load_roundtrip
2026-06-15T09:43:47.1617894Z         PASS [   0.007s] ( 222/1059) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-15T09:43:47.1695111Z         PASS [   0.008s] ( 223/1059) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-15T09:43:47.1708895Z         PASS [   0.009s] ( 224/1059) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-15T09:43:47.1712190Z         PASS [   0.219s] ( 225/1059) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-15T09:43:47.1742840Z         PASS [   0.013s] ( 226/1059) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-15T09:43:47.1774816Z         PASS [   0.008s] ( 227/1059) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-15T09:43:47.1782969Z         PASS [   0.008s] ( 228/1059) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-15T09:43:47.1795717Z         PASS [   0.008s] ( 229/1059) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-15T09:43:47.1835255Z         PASS [   0.009s] ( 230/1059) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-15T09:43:47.1861573Z         PASS [   0.008s] ( 231/1059) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-15T09:43:47.1864464Z         PASS [   0.009s] ( 232/1059) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-15T09:43:47.1872496Z         PASS [   0.008s] ( 233/1059) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-15T09:43:47.1921156Z         PASS [   0.008s] ( 234/1059) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-15T09:43:47.1940127Z         PASS [   0.008s] ( 235/1059) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-15T09:43:47.1942530Z         PASS [   0.007s] ( 236/1059) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-15T09:43:47.1954715Z         PASS [   0.008s] ( 237/1059) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-15T09:43:47.1986181Z         PASS [   0.209s] ( 238/1059) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-15T09:43:47.2009840Z         PASS [   0.009s] ( 239/1059) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-15T09:43:47.2022066Z         PASS [   0.008s] ( 240/1059) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-15T09:43:47.2037017Z         PASS [   0.008s] ( 241/1059) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-15T09:43:47.2076184Z         PASS [   0.008s] ( 242/1059) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-15T09:43:47.2079450Z         PASS [   0.013s] ( 243/1059) spt-daemon deelevate::tests::election_resolves_real_users_never_root
2026-06-15T09:43:47.2094864Z         PASS [   0.008s] ( 244/1059) spt-daemon deelevate::tests::sudo_invoker_derivation_is_strict
2026-06-15T09:43:47.2102959Z         PASS [   0.007s] ( 245/1059) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-15T09:43:47.2160777Z         PASS [   0.008s] ( 246/1059) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-15T09:43:47.2168885Z         PASS [   0.010s] ( 247/1059) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-15T09:43:47.2172956Z         PASS [   0.008s] ( 248/1059) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-15T09:43:47.2177335Z         PASS [   0.008s] ( 249/1059) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-15T09:43:47.2252618Z         PASS [   0.009s] ( 250/1059) spt-daemon digest::tests::resolve_config_precedence
2026-06-15T09:43:47.2254699Z         PASS [   0.009s] ( 251/1059) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-15T09:43:47.2259420Z         PASS [   0.008s] ( 252/1059) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-15T09:43:47.2261939Z         PASS [   0.009s] ( 253/1059) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-15T09:43:47.2349625Z         PASS [   0.009s] ( 254/1059) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-15T09:43:47.2352347Z         PASS [   0.009s] ( 255/1059) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-15T09:43:47.2362757Z         PASS [   0.009s] ( 256/1059) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-15T09:43:47.2363851Z         PASS [   0.010s] ( 257/1059) spt-daemon digesthub::tests::render_is_glanceable
2026-06-15T09:43:47.2411069Z         PASS [   0.220s] ( 258/1059) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-15T09:43:47.2561584Z         PASS [   0.052s] ( 259/1059) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-15T09:43:47.2564988Z         PASS [   0.021s] ( 260/1059) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-15T09:43:47.2568928Z         PASS [   0.021s] ( 261/1059) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-15T09:43:47.2643001Z         PASS [   0.029s] ( 262/1059) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-15T09:43:47.2645836Z         PASS [   0.008s] ( 263/1059) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-15T09:43:47.2649540Z         PASS [   0.024s] ( 264/1059) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-15T09:43:47.2652026Z         PASS [   0.008s] ( 265/1059) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-15T09:43:47.2653394Z         PASS [   0.009s] ( 266/1059) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-15T09:43:47.3455923Z         PASS [   0.009s] ( 267/1059) spt-daemon grants::tests::escalation_answers_apply
2026-06-15T09:43:47.3459154Z         PASS [   0.009s] ( 268/1059) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-15T09:43:47.3462141Z         PASS [   0.009s] ( 269/1059) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-15T09:43:47.3464904Z         PASS [   0.009s] ( 270/1059) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-15T09:43:47.3467875Z         PASS [   0.008s] ( 271/1059) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-15T09:43:47.3470842Z         PASS [   0.008s] ( 272/1059) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-15T09:43:47.3474129Z         PASS [   0.008s] ( 273/1059) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-15T09:43:47.3477259Z         PASS [   0.008s] ( 274/1059) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-15T09:43:47.3479601Z         PASS [   0.009s] ( 275/1059) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-15T09:43:47.3481863Z         PASS [   0.009s] ( 276/1059) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-15T09:43:47.3484819Z         PASS [   0.009s] ( 277/1059) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-15T09:43:47.3487614Z         PASS [   0.248s] ( 278/1059) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-15T09:43:47.3491861Z         PASS [   0.030s] ( 279/1059) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-15T09:43:47.3494487Z         PASS [   0.030s] ( 280/1059) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-15T09:43:47.3497283Z         PASS [   0.061s] ( 281/1059) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-15T09:43:47.3515175Z         PASS [   0.030s] ( 282/1059) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-15T09:43:47.3518451Z         PASS [   0.061s] ( 283/1059) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-15T09:43:47.3607107Z         PASS [   0.060s] ( 284/1059) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-15T09:43:47.3812407Z         PASS [   0.060s] ( 285/1059) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-15T09:43:47.3833471Z         PASS [   0.032s] ( 286/1059) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-15T09:43:47.3838729Z         PASS [   0.419s] ( 287/1059) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-15T09:43:47.3933402Z         PASS [   0.158s] ( 288/1059) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-15T09:43:47.3936451Z         PASS [   0.009s] ( 289/1059) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-15T09:43:47.4015990Z         PASS [   0.008s] ( 290/1059) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-15T09:43:47.4029903Z         PASS [   0.010s] ( 291/1059) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-15T09:43:47.4057276Z         PASS [   0.062s] ( 292/1059) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-15T09:43:47.4106438Z         PASS [   0.008s] ( 293/1059) spt-daemon msg::tests::output_envelope_round_trips
2026-06-15T09:43:47.4109787Z         PASS [   0.009s] ( 294/1059) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-15T09:43:47.4124545Z         PASS [   0.439s] ( 295/1059) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-15T09:43:47.4160755Z         PASS [   0.010s] ( 296/1059) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-15T09:43:47.4225103Z         PASS [   0.011s] ( 297/1059) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-15T09:43:47.4228022Z         PASS [   0.440s] ( 298/1059) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-15T09:43:47.4274819Z         PASS [   0.076s] ( 299/1059) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-15T09:43:47.4460795Z         PASS [   0.035s] ( 300/1059) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-15T09:43:47.4530055Z         PASS [   0.040s] ( 301/1059) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-15T09:43:47.4609520Z         PASS [   0.196s] ( 302/1059) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-15T09:43:47.4742579Z         PASS [   0.091s] ( 303/1059) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-15T09:43:47.4915512Z         PASS [   0.075s] ( 304/1059) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-15T09:43:47.5039849Z         PASS [   0.030s] ( 305/1059) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-15T09:43:47.5192075Z         PASS [   0.159s] ( 306/1059) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-15T09:43:47.5297663Z         PASS [   0.069s] ( 307/1059) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-15T09:43:47.5794019Z         PASS [   0.060s] ( 308/1059) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-15T09:43:47.5991764Z         PASS [   0.153s] ( 309/1059) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-15T09:43:47.6799270Z         PASS [   0.258s] ( 310/1059) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-15T09:43:47.6800256Z         PASS [   0.258s] ( 311/1059) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-15T09:43:47.6801219Z         PASS [   0.299s] ( 312/1059) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-15T09:43:47.6879531Z         PASS [   0.008s] ( 313/1059) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-15T09:43:47.6954711Z         PASS [   0.008s] ( 314/1059) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-15T09:43:47.7028441Z         PASS [   0.007s] ( 315/1059) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-15T09:43:47.7114946Z         PASS [   0.009s] ( 316/1059) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-15T09:43:47.7205988Z         PASS [   0.009s] ( 317/1059) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-15T09:43:47.7239736Z         PASS [   0.271s] ( 318/1059) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-15T09:43:47.7286211Z         PASS [   0.008s] ( 319/1059) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-15T09:43:47.7319708Z         PASS [   0.304s] ( 320/1059) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-15T09:43:47.7606597Z         PASS [   0.181s] ( 321/1059) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-15T09:43:47.7893739Z         PASS [   0.190s] ( 322/1059) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-15T09:43:47.8299991Z         PASS [   0.150s] ( 323/1059) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-15T09:43:47.8393709Z         PASS [   0.159s] ( 324/1059) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-15T09:43:47.8780285Z         PASS [   0.348s] ( 325/1059) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-15T09:43:47.8820607Z         PASS [   0.378s] ( 326/1059) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-15T09:43:47.8899455Z         PASS [   0.008s] ( 327/1059) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-15T09:43:47.8919529Z         PASS [   0.168s] ( 328/1059) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-15T09:43:47.8970604Z         PASS [   0.007s] ( 329/1059) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-15T09:43:47.8998466Z         PASS [   0.408s] ( 330/1059) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-15T09:43:47.9033260Z         PASS [   0.011s] ( 331/1059) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-15T09:43:47.9036047Z         PASS [   0.007s] ( 332/1059) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-15T09:43:47.9078240Z         PASS [   0.008s] ( 333/1059) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-15T09:43:47.9099751Z         PASS [   0.006s] ( 334/1059) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-15T09:43:47.9107773Z         PASS [   0.007s] ( 335/1059) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-15T09:43:47.9112918Z         PASS [   0.179s] ( 336/1059) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-15T09:43:47.9170330Z         PASS [   0.008s] ( 337/1059) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-15T09:43:47.9171335Z         PASS [   0.007s] ( 338/1059) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-15T09:43:47.9190532Z         PASS [   0.008s] ( 339/1059) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-15T09:43:47.9238001Z         PASS [   0.007s] ( 340/1059) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-15T09:43:47.9244559Z         PASS [   0.008s] ( 341/1059) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-15T09:43:47.9278574Z         PASS [   0.009s] ( 342/1059) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-15T09:43:47.9316203Z         PASS [   0.008s] ( 343/1059) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-15T09:43:47.9339183Z         PASS [   0.173s] ( 344/1059) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-15T09:43:47.9347259Z         PASS [   0.023s] ( 345/1059) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-15T09:43:47.9357451Z         PASS [   0.008s] ( 346/1059) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-15T09:43:47.9390105Z         PASS [   0.007s] ( 347/1059) spt-daemon reconcile::tests::active_node_wins
2026-06-15T09:43:47.9422541Z         PASS [   0.008s] ( 348/1059) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-15T09:43:47.9424343Z         PASS [   0.008s] ( 349/1059) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-15T09:43:47.9437275Z         PASS [   0.008s] ( 350/1059) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-15T09:43:47.9532098Z         PASS [   0.011s] ( 351/1059) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-15T09:43:47.9533456Z         PASS [   0.011s] ( 352/1059) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-15T09:43:47.9541269Z         PASS [   0.011s] ( 353/1059) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-15T09:43:47.9550500Z         PASS [   0.166s] ( 354/1059) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-15T09:43:47.9629480Z         PASS [   0.008s] ( 355/1059) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-15T09:43:47.9632575Z         PASS [   0.038s] ( 356/1059) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-15T09:43:47.9645362Z         PASS [   0.009s] ( 357/1059) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-15T09:43:47.9646412Z         PASS [   0.026s] ( 358/1059) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-15T09:43:47.9660999Z         PASS [   0.012s] ( 359/1059) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-15T09:43:47.9662214Z         PASS [   0.013s] ( 360/1059) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-15T09:43:47.9733431Z         PASS [   0.010s] ( 361/1059) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-15T09:43:47.9735505Z         PASS [   0.010s] ( 362/1059) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-15T09:43:47.9737442Z         PASS [   0.008s] ( 363/1059) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-15T09:43:47.9752415Z         PASS [   0.009s] ( 364/1059) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-15T09:43:47.9758003Z         PASS [   0.011s] ( 365/1059) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-15T09:43:47.9794636Z         PASS [   0.015s] ( 366/1059) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-15T09:43:47.9828722Z         PASS [   0.009s] ( 367/1059) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-15T09:43:47.9858775Z         PASS [   0.010s] ( 368/1059) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-15T09:43:47.9862703Z         PASS [   0.011s] ( 369/1059) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-15T09:43:47.9887736Z         PASS [   0.009s] ( 370/1059) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-15T09:43:47.9927482Z         PASS [   0.010s] ( 371/1059) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-15T09:43:47.9970304Z         PASS [   0.009s] ( 372/1059) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-15T09:43:48.0040521Z         PASS [   0.164s] ( 373/1059) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-15T09:43:48.0046333Z         PASS [   0.018s] ( 374/1059) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-15T09:43:48.0085058Z         PASS [   0.020s] ( 375/1059) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-15T09:43:48.0124645Z         PASS [   0.008s] ( 376/1059) spt-daemon release::tests::hex_roundtrips
2026-06-15T09:43:48.0126431Z         PASS [   0.020s] ( 377/1059) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-15T09:43:48.0150166Z         PASS [   0.018s] ( 378/1059) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-15T09:43:48.0181328Z         PASS [   0.009s] ( 379/1059) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-15T09:43:48.0215657Z         PASS [   0.009s] ( 380/1059) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-15T09:43:48.0248242Z         PASS [   0.012s] ( 381/1059) spt-daemon release::tests::revoked_key_is_rejected
2026-06-15T09:43:48.0337825Z         PASS [   0.020s] ( 382/1059) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-15T09:43:48.0384531Z         PASS [   0.310s] ( 383/1059) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-15T09:43:48.0387419Z         PASS [   0.021s] ( 384/1059) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-15T09:43:48.0412009Z         PASS [   0.020s] ( 385/1059) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-15T09:43:48.0451352Z         PASS [   0.040s] ( 386/1059) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-15T09:43:48.0546660Z         PASS [   0.020s] ( 387/1059) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-15T09:43:48.0555755Z         PASS [   0.010s] ( 388/1059) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-15T09:43:48.0557205Z         PASS [   0.031s] ( 389/1059) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-15T09:43:48.0597108Z         PASS [   0.021s] ( 390/1059) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-15T09:43:48.0599708Z         PASS [   0.018s] ( 391/1059) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-15T09:43:48.0600972Z         PASS [   0.021s] ( 392/1059) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-15T09:43:48.0636519Z         PASS [   0.010s] ( 393/1059) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-15T09:43:48.0648724Z         PASS [   0.009s] ( 394/1059) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-15T09:43:48.0650186Z         PASS [   0.009s] ( 395/1059) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-15T09:43:48.0696823Z         PASS [   0.010s] ( 396/1059) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-15T09:43:48.0700621Z         PASS [   0.010s] ( 397/1059) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-15T09:43:48.0723950Z         PASS [   0.009s] ( 398/1059) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-15T09:43:48.0746312Z         PASS [   0.009s] ( 399/1059) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-15T09:43:48.0780682Z         PASS [   0.008s] ( 400/1059) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-15T09:43:48.0820372Z         PASS [   0.009s] ( 401/1059) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-15T09:43:48.0834354Z         PASS [   0.009s] ( 402/1059) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-15T09:43:48.0875488Z         PASS [   0.009s] ( 403/1059) spt-daemon seedmap::tests::take_absent_is_none
2026-06-15T09:43:48.0884479Z         PASS [   0.016s] ( 404/1059) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-15T09:43:48.0925465Z         PASS [   0.008s] ( 405/1059) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-15T09:43:48.0927693Z         PASS [   0.015s] ( 406/1059) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-15T09:43:48.0948212Z         PASS [   0.007s] ( 407/1059) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-15T09:43:48.0961190Z         PASS [   0.008s] ( 408/1059) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-15T09:43:48.1010152Z         PASS [   0.008s] ( 409/1059) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-15T09:43:48.1011864Z         PASS [   0.009s] ( 410/1059) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-15T09:43:48.1017611Z         PASS [   0.007s] ( 411/1059) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-15T09:43:48.1047200Z         PASS [   0.008s] ( 412/1059) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-15T09:43:48.1087382Z         PASS [   0.278s] ( 413/1059) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-15T09:43:48.1107603Z         PASS [   0.008s] ( 414/1059) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-15T09:43:48.1109127Z         PASS [   0.008s] ( 415/1059) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-15T09:43:48.1112881Z         PASS [   0.010s] ( 416/1059) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-15T09:43:48.1130586Z         PASS [   0.008s] ( 417/1059) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-15T09:43:48.1175751Z         PASS [   0.008s] ( 418/1059) spt-daemon service::tests::systemd_unit_path_follows_xdg_then_home
2026-06-15T09:43:48.1180379Z         PASS [   0.009s] ( 419/1059) spt-daemon service::tests::service_ignored_under_spt_home_override
2026-06-15T09:43:48.1192593Z         PASS [   0.010s] ( 420/1059) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-15T09:43:48.1198676Z         PASS [   0.008s] ( 421/1059) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-15T09:43:48.1227889Z         PASS [   0.010s] ( 422/1059) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-15T09:43:48.1307717Z         PASS [   0.011s] ( 423/1059) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-15T09:43:48.1309154Z         PASS [   0.013s] ( 424/1059) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-15T09:43:48.1318854Z         PASS [   0.072s] ( 425/1059) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-15T09:43:48.1341455Z         PASS [   0.016s] ( 426/1059) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-15T09:43:48.1416531Z         PASS [   0.011s] ( 427/1059) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-15T09:43:48.1417763Z         PASS [   0.010s] ( 428/1059) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-15T09:43:48.1430871Z         PASS [   0.012s] ( 429/1059) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-15T09:43:48.1446853Z         PASS [   0.081s] ( 430/1059) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-15T09:43:48.1460666Z         PASS [   0.012s] ( 431/1059) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-15T09:43:48.1506475Z         PASS [   0.009s] ( 432/1059) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-15T09:43:48.1507644Z         PASS [   0.009s] ( 433/1059) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-15T09:43:48.1570233Z         PASS [   0.011s] ( 434/1059) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-15T09:43:48.1571777Z         PASS [   0.012s] ( 435/1059) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-15T09:43:48.1607230Z         PASS [   0.010s] ( 436/1059) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-15T09:43:48.1673286Z         PASS [   0.010s] ( 437/1059) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-15T09:43:48.1693118Z         PASS [   0.008s] ( 438/1059) spt-daemon sync::tests::gate_decision_table
2026-06-15T09:43:48.1768495Z         PASS [   0.034s] ( 439/1059) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-15T09:43:48.1850182Z         PASS [   0.008s] ( 440/1059) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-15T09:43:48.1935521Z         PASS [   0.008s] ( 441/1059) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-15T09:43:48.1987007Z         PASS [   0.225s] ( 442/1059) spt-daemon relay::tests::run_honors_stop
2026-06-15T09:43:48.1994932Z         PASS [   0.043s] ( 443/1059) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-15T09:43:48.2008292Z         PASS [   0.007s] ( 444/1059) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-15T09:43:48.2015553Z         PASS [   0.323s] ( 445/1059) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-15T09:43:48.2065691Z         PASS [   0.008s] ( 446/1059) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-15T09:43:48.2077167Z         PASS [   0.008s] ( 447/1059) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-15T09:43:48.2078289Z         PASS [   0.007s] ( 448/1059) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-15T09:43:48.2157765Z         PASS [   0.008s] ( 449/1059) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-15T09:43:48.2201515Z         PASS [   0.069s] ( 450/1059) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-15T09:43:48.2240672Z         PASS [   0.008s] ( 451/1059) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-15T09:43:48.2264818Z         PASS [   0.019s] ( 452/1059) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-15T09:43:48.2309501Z         PASS [   0.029s] ( 453/1059) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-15T09:43:48.2324166Z         PASS [   0.008s] ( 454/1059) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-15T09:43:48.2402834Z         PASS [   0.020s] ( 455/1059) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-15T09:43:48.2480952Z         PASS [   0.041s] ( 456/1059) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-15T09:43:48.2686261Z         PASS [   0.296s] ( 457/1059) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-15T09:43:48.2710575Z         PASS [   0.031s] ( 458/1059) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-15T09:43:48.2992820Z         PASS [   0.031s] ( 459/1059) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-15T09:43:48.3086278Z         PASS [   0.140s] ( 460/1059) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-15T09:43:48.3108733Z         PASS [   0.062s] ( 461/1059) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-15T09:43:48.3316182Z         PASS [   0.212s] ( 462/1059) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-15T09:43:48.3360627Z         PASS [   0.062s] ( 463/1059) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-15T09:43:48.3373057Z         PASS [   0.038s] ( 464/1059) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-15T09:43:48.3489355Z         PASS [   0.118s] ( 465/1059) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-15T09:43:48.3593266Z         PASS [   0.127s] ( 466/1059) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-15T09:43:48.3677837Z         PASS [   0.245s] ( 467/1059) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-15T09:43:48.3750003Z         PASS [   0.006s] ( 468/1059) spt-daemon::budget measure_dormant_seat_budget
2026-06-15T09:43:48.3870219Z         PASS [   0.217s] ( 469/1059) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-15T09:43:48.3938123Z         PASS [   0.060s] ( 470/1059) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-15T09:43:48.4020153Z         PASS [   0.009s] ( 471/1059) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-06-15T09:43:48.4060704Z         PASS [   0.043s] ( 472/1059) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-15T09:43:48.4073010Z         PASS [   0.058s] ( 473/1059) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-15T09:43:48.4130437Z         PASS [   0.102s] ( 474/1059) spt-daemon::attach resize_is_controller_exclusive
2026-06-15T09:43:48.4228496Z         PASS [   0.115s] ( 475/1059) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-15T09:43:48.4569995Z         PASS [   0.124s] ( 476/1059) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-15T09:43:48.5210605Z         PASS [   0.294s] ( 477/1059) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-15T09:43:48.5230834Z         PASS [   0.137s] ( 478/1059) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-06-15T09:43:48.5553597Z         PASS [   0.141s] ( 479/1059) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-06-15T09:43:48.5658007Z         PASS [   0.143s] ( 480/1059) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-06-15T09:43:48.5724706Z         PASS [   0.235s] ( 481/1059) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-15T09:43:48.5763805Z         PASS [   0.175s] ( 482/1059) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-06-15T09:43:48.6116131Z         PASS [   0.039s] ( 483/1059) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-06-15T09:43:48.6347775Z         PASS [   0.177s] ( 484/1059) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-06-15T09:43:48.6380753Z         PASS [   0.115s] ( 485/1059) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-06-15T09:43:48.6882981Z         PASS [   0.281s] ( 486/1059) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-06-15T09:43:48.7015687Z         PASS [   0.299s] ( 487/1059) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-06-15T09:43:48.7100118Z         PASS [   0.133s] ( 488/1059) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-06-15T09:43:48.7250606Z         PASS [   0.021s] ( 489/1059) spt-daemon::netbroker netless_broker_probes_gracefully
2026-06-15T09:43:48.7368777Z         PASS [   0.049s] ( 490/1059) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-06-15T09:43:48.7630921Z         PASS [   0.125s] ( 491/1059) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-06-15T09:43:48.7700730Z         PASS [   0.045s] ( 492/1059) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-06-15T09:43:48.7702141Z         PASS [   0.202s] ( 493/1059) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-06-15T09:43:48.8230502Z         PASS [   0.112s] ( 494/1059) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-06-15T09:43:48.9369212Z         PASS [   0.382s] ( 495/1059) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-15T09:43:48.9593528Z         PASS [   0.348s] ( 496/1059) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-06-15T09:43:48.9929254Z         PASS [   0.471s] ( 497/1059) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-06-15T09:43:49.0065517Z         PASS [   0.243s] ( 498/1059) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-06-15T09:43:49.0409861Z         PASS [   0.219s] ( 499/1059) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-06-15T09:43:49.0457338Z         PASS [   0.411s] ( 500/1059) spt-daemon::mesh staggered_offliner_still_meshes
2026-06-15T09:43:49.0793812Z         PASS [   0.705s] ( 501/1059) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-06-15T09:43:49.1271640Z         PASS [   0.132s] ( 502/1059) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-06-15T09:43:49.1480356Z         PASS [   0.380s] ( 503/1059) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-06-15T09:43:49.1561376Z         PASS [   0.419s] ( 504/1059) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-06-15T09:43:49.1674657Z         PASS [   0.122s] ( 505/1059) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-06-15T09:43:49.1971051Z         PASS [   0.259s] ( 506/1059) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-06-15T09:43:49.1972669Z         PASS [   0.156s] ( 507/1059) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-06-15T09:43:49.2907972Z         PASS [   0.135s] ( 508/1059) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-06-15T09:43:49.3119147Z         PASS [   0.544s] ( 509/1059) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-06-15T09:43:49.3172687Z         PASS [   0.237s] ( 510/1059) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-06-15T09:43:49.3596644Z         PASS [   0.192s] ( 511/1059) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-06-15T09:43:49.3852116Z         PASS [   0.378s] ( 512/1059) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-06-15T09:43:49.3907433Z         PASS [   0.432s] ( 513/1059) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-06-15T09:43:49.4588760Z         PASS [   0.073s] ( 514/1059) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-06-15T09:43:49.4870282Z         PASS [   0.127s] ( 515/1059) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-06-15T09:43:49.4978127Z         PASS [   0.180s] ( 516/1059) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-06-15T09:43:49.5318251Z         PASS [   0.073s] ( 517/1059) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-06-15T09:43:49.6335984Z         PASS [   0.136s] ( 518/1059) spt-daemon::shellchan hung_shell_stalls_no_other_owner
2026-06-15T09:43:49.7074011Z         PASS [   0.176s] ( 519/1059) spt-daemon::shellchan stdin_receipt_delivers_spooled_frames_exactly_once
2026-06-15T09:43:49.7553815Z         PASS [   0.608s] ( 520/1059) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-06-15T09:43:49.7799622Z         PASS [   0.654s] ( 521/1059) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-06-15T09:43:49.8562249Z         PASS [   0.076s] ( 522/1059) spt-daemon::two_origin_spanning one_source_two_consumers_spans_and_merges
2026-06-15T09:43:49.8635209Z         PASS [   0.007s] ( 523/1059) spt-daemon::twohost two_host_ladder_role_a
2026-06-15T09:43:49.8704362Z         PASS [   0.007s] ( 524/1059) spt-daemon::twohost two_host_ladder_role_b
2026-06-15T09:43:50.0906834Z         PASS [   0.220s] ( 525/1059) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-06-15T09:43:50.1352774Z         PASS [   0.823s] ( 526/1059) spt-daemon::resume resume_mode_brain_spawning_new_sessions_delivers_each
2026-06-15T09:43:50.2202390Z         PASS [   0.513s] ( 527/1059) spt-daemon::sync torn_pull_recovers_by_repulling
2026-06-15T09:43:50.2626012Z         PASS [   0.127s] ( 528/1059) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-06-15T09:43:50.3491874Z         PASS [   0.258s] ( 529/1059) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-06-15T09:43:50.3578704Z         PASS [   0.009s] ( 530/1059) spt-live context::tests::direct_always_writes
2026-06-15T09:43:50.3676271Z         PASS [   0.010s] ( 531/1059) spt-live context::tests::identified_write_stamps_advancing_vector
2026-06-15T09:43:50.3734476Z         PASS [   0.006s] ( 532/1059) spt-live context::tests::llm_over_llm_writes
2026-06-15T09:43:50.3782521Z         PASS [   0.005s] ( 533/1059) spt-live context::tests::llm_past_window_writes
2026-06-15T09:43:50.3823007Z         PASS [   0.004s] ( 534/1059) spt-live context::tests::llm_within_window_suppressed
2026-06-15T09:43:50.3875404Z         PASS [   0.005s] ( 535/1059) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-06-15T09:43:50.3886011Z         PASS [   0.168s] ( 536/1059) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-06-15T09:43:50.3938926Z         PASS [   0.006s] ( 537/1059) spt-live context::tests::write_context_suppresses_stale_llm
2026-06-15T09:43:50.4214190Z         PASS [   0.027s] ( 538/1059) spt-live digest::tests::extracts_records_from_the_located_source
2026-06-15T09:43:50.4274877Z         PASS [   0.165s] ( 539/1059) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-06-15T09:43:50.4318696Z         PASS [   0.004s] ( 540/1059) spt-live digest::tests::missing_source_file_is_read_error
2026-06-15T09:43:50.4358300Z         PASS [   0.004s] ( 541/1059) spt-live digest::tests::no_source_errors
2026-06-15T09:43:50.4476841Z         PASS [   0.026s] ( 542/1059) spt-live digest::tests::falls_back_to_history_locate_template
2026-06-15T09:43:50.4624440Z         PASS [   0.026s] ( 543/1059) spt-live echo::tests::echo_child_is_recursion_guarded
2026-06-15T09:43:50.4736214Z         PASS [   0.026s] ( 544/1059) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-06-15T09:43:50.4790040Z         PASS [   0.005s] ( 545/1059) spt-live echo::tests::provenance_is_stamped
2026-06-15T09:43:50.4878634Z         PASS [   0.025s] ( 546/1059) spt-live echo::tests::echo_nonzero_errors
2026-06-15T09:43:50.5139936Z         PASS [   0.026s] ( 547/1059) spt-live history::tests::fetcher_yields_records
2026-06-15T09:43:50.5391094Z         PASS [   0.025s] ( 548/1059) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-06-15T09:43:50.5443373Z         PASS [   0.005s] ( 549/1059) spt-live history::tests::missing_fetcher_field_errors
2026-06-15T09:43:50.5497252Z         PASS [   0.005s] ( 550/1059) spt-live history::tests::native_missing_log_is_empty
2026-06-15T09:43:50.5556343Z         PASS [   0.006s] ( 551/1059) spt-live history::tests::native_reads_logged_records
2026-06-15T09:43:50.6970674Z         PASS [   0.308s] ( 552/1059) spt-live digest::tests::extractor_timeout_errors
2026-06-15T09:43:50.7299161Z         PASS [   0.174s] ( 553/1059) spt-live ingest::tests::both_drops_ingested
2026-06-15T09:43:50.7869941Z         PASS [   0.308s] ( 554/1059) spt-live history::tests::fetcher_timeout_errors
2026-06-15T09:43:50.7922070Z         PASS [   0.005s] ( 555/1059) spt-live ingest::tests::no_drops_is_empty
2026-06-15T09:43:50.8286713Z         PASS [   0.132s] ( 556/1059) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-06-15T09:43:50.8611567Z         PASS [   0.131s] ( 557/1059) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-06-15T09:43:50.8612380Z         PASS [   1.106s] ( 558/1059) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-06-15T09:43:50.8655427Z         PASS [   0.004s] ( 559/1059) spt-live inject::tests::long_body_is_capped
2026-06-15T09:43:50.8665920Z         PASS [   0.005s] ( 560/1059) spt-live inject::tests::missing_perch_is_best_effort
2026-06-15T09:43:50.8700731Z         PASS [   0.004s] ( 561/1059) spt-live inject::tests::tap_appends_a_context_entry
2026-06-15T09:43:50.8716249Z         PASS [   0.005s] ( 562/1059) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-06-15T09:43:50.8754303Z         PASS [   0.005s] ( 563/1059) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-06-15T09:43:50.8770749Z         PASS [   0.005s] ( 564/1059) spt-live outbound::tests::non_authorable_types_are_ignored
2026-06-15T09:43:50.8808109Z         PASS [   0.005s] ( 565/1059) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-06-15T09:43:50.8820195Z         PASS [   0.004s] ( 566/1059) spt-live outbound::tests::prose_only_yields_nothing
2026-06-15T09:43:50.8821437Z         PASS [   0.090s] ( 567/1059) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-06-15T09:43:50.8849144Z         PASS [   0.004s] ( 568/1059) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-06-15T09:43:50.8858870Z         PASS [   0.005s] ( 569/1059) spt-live psyche::tests::prompt_includes_time_and_event
2026-06-15T09:43:50.8872361Z         PASS [   0.005s] ( 570/1059) spt-live psyche::tests::prompt_without_event
2026-06-15T09:43:50.8916005Z         PASS [   0.006s] ( 571/1059) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-06-15T09:43:50.8979662Z         PASS [   0.006s] ( 572/1059) spt-live pulse::tests::tick_reports_idle
2026-06-15T09:43:50.9114935Z         PASS [   0.026s] ( 573/1059) spt-live psyche::tests::spawn_binds_nested_perch_and_sets_guard
2026-06-15T09:43:51.0013986Z         PASS [   0.090s] ( 574/1059) spt-live reconcile::tests::no_conflict_is_a_noop
2026-06-15T09:43:51.0193371Z         PASS [   0.132s] ( 575/1059) spt-live pulse::tests::tick_ingests_drops
2026-06-15T09:43:51.0517263Z         PASS [   0.154s] ( 576/1059) spt-live reconcile::tests::failed_turn_preserves_everything
2026-06-15T09:43:51.0724326Z         PASS [   1.439s] ( 577/1059) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-15T09:43:51.0753217Z         PASS [   0.247s] ( 578/1059) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-06-15T09:43:51.0784357Z         PASS [   0.027s] ( 579/1059) spt-live resume::tests::continue_existing_resumes_session
2026-06-15T09:43:51.1047031Z         PASS [   0.026s] ( 580/1059) spt-live resume::tests::fresh_with_preload_launches_preloaded
2026-06-15T09:43:51.1106733Z         PASS [   0.006s] ( 581/1059) spt-live resume::tests::missing_key_errors_before_spawn
2026-06-15T09:43:51.1726940Z         PASS [   0.153s] ( 582/1059) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-06-15T09:43:51.1780572Z         PASS [   0.005s] ( 583/1059) spt-live signoff::tests::echo_precedes_signoff_compose
2026-06-15T09:43:51.1829997Z         PASS [   0.005s] ( 584/1059) spt-live signoff::tests::missing_session_skips_echo
2026-06-15T09:43:51.1881312Z         PASS [   0.005s] ( 585/1059) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-06-15T09:43:51.1938586Z         PASS [   0.006s] ( 586/1059) spt-live signoff::tests::stale_signoff_swept
2026-06-15T09:43:51.2163529Z         PASS [   0.144s] ( 587/1059) spt-live resume::tests::download_composes_two_tiers
2026-06-15T09:43:51.2171317Z         PASS [   0.216s] ( 588/1059) spt-live reconcile::tests::reconcile_merges_and_clears
2026-06-15T09:43:51.2206599Z         PASS [   0.027s] ( 589/1059) spt-live turn::tests::empty_stdout_is_an_error
2026-06-15T09:43:51.2211138Z         PASS [   2.024s] ( 590/1059) spt-daemon::resume cold_start_resumes_all_sessions_from_the_broker_cursor
2026-06-15T09:43:51.2262827Z         PASS [   0.006s] ( 591/1059) spt-msg deliver::tests::deferred_send_validates
2026-06-15T09:43:51.2435927Z         PASS [   0.027s] ( 592/1059) spt-live turn::tests::turn_captures_stdout
2026-06-15T09:43:51.2715674Z         PASS [   0.196s] ( 593/1059) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-06-15T09:43:51.3096188Z         PASS [   0.092s] ( 594/1059) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-06-15T09:43:51.3145949Z         PASS [   0.005s] ( 595/1059) spt-msg emit::tests::anonymous_still_enveloped
2026-06-15T09:43:51.3196187Z         PASS [   0.005s] ( 596/1059) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-06-15T09:43:51.3246483Z         PASS [   0.005s] ( 597/1059) spt-msg emit::tests::oversized_listener_line_chunks_into_event_parts
2026-06-15T09:43:51.3275254Z         PASS [   0.107s] ( 598/1059) spt-msg deliver::tests::offline_existing_perch_spools
2026-06-15T09:43:51.3297889Z         PASS [   0.005s] ( 599/1059) spt-msg emit::tests::structural_renders_msg_envelope
2026-06-15T09:43:51.3324895Z         PASS [   0.005s] ( 600/1059) spt-msg emit::tests::typed_body_from_wins_over_structural_from_no_double_wrap
2026-06-15T09:43:51.3346844Z         PASS [   0.005s] ( 601/1059) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_both_edges
2026-06-15T09:43:51.3377191Z         PASS [   0.005s] ( 602/1059) spt-msg emit::tests::whole_render_never_chunks
2026-06-15T09:43:51.3511342Z         PASS [   0.125s] ( 603/1059) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-06-15T09:43:51.3593616Z         PASS [   0.088s] ( 604/1059) spt-msg deliver::tests::send_outcome_mapping
2026-06-15T09:43:51.3668756Z         PASS [   0.123s] ( 605/1059) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-06-15T09:43:51.3788882Z         PASS [   0.268s] ( 606/1059) spt-live signoff::tests::boundary_writes_resume_commune
2026-06-15T09:43:51.3984558Z         PASS [   2.202s] ( 607/1059) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-06-15T09:43:51.4228588Z         PASS [   0.088s] ( 608/1059) spt-msg listener::tests::bind_registers_and_round_trips
2026-06-15T09:43:51.4509271Z         PASS [   0.113s] ( 609/1059) spt-msg listener::tests::blocking_accepts_within_window
2026-06-15T09:43:51.4511375Z         PASS [   0.092s] ( 610/1059) spt-msg listener::tests::drop_unregisters_address
2026-06-15T09:43:51.4564251Z         PASS [   0.005s] ( 611/1059) spt-msg ring::tests::ring_no_perch
2026-06-15T09:43:51.4843315Z         PASS [   2.094s] ( 612/1059) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-06-15T09:43:51.5402228Z         PASS [   0.189s] ( 613/1059) spt-msg listener::tests::blocking_times_out_when_idle
2026-06-15T09:43:51.5456644Z         PASS [   0.005s] ( 614/1059) spt-msg wire::tests::decode_rejects_overrunning_from_len
2026-06-15T09:43:51.5505570Z         PASS [   0.005s] ( 615/1059) spt-msg wire::tests::encode_decode_round_trips_structural
2026-06-15T09:43:51.5545661Z         PASS [   0.004s] ( 616/1059) spt-msg wire::tests::encode_empty_from_is_anonymous
2026-06-15T09:43:51.5585112Z         PASS [   0.004s] ( 617/1059) spt-msg wire::tests::frame_round_trips_over_loopback
2026-06-15T09:43:51.5624318Z         PASS [   0.004s] ( 618/1059) spt-msg wire::tests::oversized_length_prefix_rejected
2026-06-15T09:43:51.5632384Z         PASS [   0.184s] ( 619/1059) spt-msg ready::tests::recv_gets_live_tcp_message
2026-06-15T09:43:51.5672406Z         PASS [   0.005s] ( 620/1059) spt-msg wire::tests::typed_event_body_rides_verbatim
2026-06-15T09:43:51.5699150Z         PASS [   0.203s] ( 621/1059) spt-msg ready::tests::backlog_drains_on_start
2026-06-15T09:43:51.5700408Z         PASS [   0.147s] ( 622/1059) spt-msg ready::tests::start_registers_resolvable_perch
2026-06-15T09:43:51.5705411Z         PASS [   0.172s] ( 623/1059) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-06-15T09:43:51.5872843Z         PASS [   2.100s] ( 624/1059) spt-daemon::seedproofx wrong_seed_is_dropped
2026-06-15T09:43:51.5898161Z         PASS [   0.020s] ( 625/1059) spt-net net::attach::tests::attach_intents_round_trip
2026-06-15T09:43:51.5899341Z         PASS [   0.020s] ( 626/1059) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-06-15T09:43:51.5909529Z         PASS [   0.020s] ( 627/1059) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-06-15T09:43:51.5977763Z         PASS [   0.010s] ( 628/1059) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-15T09:43:51.5980631Z         PASS [   0.008s] ( 629/1059) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-06-15T09:43:51.6020863Z         PASS [   0.011s] ( 630/1059) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-06-15T09:43:51.6079588Z         PASS [   0.010s] ( 631/1059) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-06-15T09:43:51.6095631Z         PASS [   0.008s] ( 632/1059) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-06-15T09:43:51.6157896Z         PASS [   0.008s] ( 633/1059) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-15T09:43:51.6193178Z         PASS [   0.010s] ( 634/1059) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-06-15T09:43:51.6233742Z         PASS [   0.008s] ( 635/1059) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-06-15T09:43:51.6263369Z         PASS [   0.007s] ( 636/1059) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-06-15T09:43:51.6292795Z         PASS [   0.173s] ( 637/1059) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-06-15T09:43:51.6323514Z         PASS [   0.009s] ( 638/1059) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-06-15T09:43:51.6336908Z         PASS [   0.007s] ( 639/1059) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-06-15T09:43:51.6362967Z         PASS [   0.185s] ( 640/1059) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-06-15T09:43:51.6365251Z         PASS [   0.007s] ( 641/1059) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-06-15T09:43:51.6409777Z         PASS [   0.008s] ( 642/1059) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-06-15T09:43:51.6419541Z         PASS [   0.008s] ( 643/1059) spt-net net::notif::tests::forged_origin_field_is_inert
2026-06-15T09:43:51.6448645Z         PASS [   0.008s] ( 644/1059) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-06-15T09:43:51.6449761Z         PASS [   0.008s] ( 645/1059) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-06-15T09:43:51.6501313Z         PASS [   0.008s] ( 646/1059) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-06-15T09:43:51.6507541Z         PASS [   0.010s] ( 647/1059) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-06-15T09:43:51.6549844Z         PASS [   0.010s] ( 648/1059) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-06-15T09:43:51.6564846Z         PASS [   0.006s] ( 649/1059) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-06-15T09:43:51.6580741Z         PASS [   0.007s] ( 650/1059) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-06-15T09:43:51.6631159Z         PASS [   0.008s] ( 651/1059) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-06-15T09:43:51.6658068Z         PASS [   0.008s] ( 652/1059) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-06-15T09:43:51.6714472Z         PASS [   0.008s] ( 653/1059) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-06-15T09:43:51.6751359Z         PASS [   0.009s] ( 654/1059) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-06-15T09:43:51.6780421Z         PASS [   0.088s] ( 655/1059) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-06-15T09:43:51.6781732Z         PASS [   0.007s] ( 656/1059) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-06-15T09:43:51.6837300Z         PASS [   0.009s] ( 657/1059) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-06-15T09:43:51.6843245Z         PASS [   0.006s] ( 658/1059) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-06-15T09:43:51.6860611Z         PASS [   0.008s] ( 659/1059) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-06-15T09:43:51.6913760Z         PASS [   0.007s] ( 660/1059) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-06-15T09:43:51.6918890Z         PASS [   0.008s] ( 661/1059) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-06-15T09:43:51.6951548Z         PASS [   0.009s] ( 662/1059) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-06-15T09:43:51.6980552Z         PASS [   0.007s] ( 663/1059) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-06-15T09:43:51.6997749Z         PASS [   0.008s] ( 664/1059) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-06-15T09:43:51.7313005Z         PASS [   0.133s] ( 665/1059) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-06-15T09:43:51.7474092Z         PASS [   0.049s] ( 666/1059) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-06-15T09:43:51.7717124Z         PASS [   0.126s] ( 667/1059) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-06-15T09:43:51.7893974Z         PASS [   0.094s] ( 668/1059) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-06-15T09:43:51.7946203Z         PASS [   0.094s] ( 669/1059) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-06-15T09:43:51.8297198Z         PASS [   0.095s] ( 670/1059) spt-net net::pairing::spake::tests::stale_step_fails
2026-06-15T09:43:51.8357821Z         PASS [   0.009s] ( 671/1059) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-06-15T09:43:51.8439296Z         PASS [   0.008s] ( 672/1059) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-06-15T09:43:51.8489228Z         PASS [   0.102s] ( 673/1059) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-06-15T09:43:51.8526106Z         PASS [   0.008s] ( 674/1059) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-06-15T09:43:51.8557234Z         PASS [   0.007s] ( 675/1059) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-06-15T09:43:51.8605843Z         PASS [   0.008s] ( 676/1059) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-06-15T09:43:51.8626267Z         PASS [   0.007s] ( 677/1059) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-06-15T09:43:51.8683220Z         PASS [   0.008s] ( 678/1059) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-06-15T09:43:51.8690782Z         PASS [   0.098s] ( 679/1059) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-06-15T09:43:51.8695083Z         PASS [   0.007s] ( 680/1059) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-06-15T09:43:51.8760340Z         PASS [   0.006s] ( 681/1059) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-06-15T09:43:51.8769515Z         PASS [   0.008s] ( 682/1059) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-06-15T09:43:51.8780361Z         PASS [   0.010s] ( 683/1059) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-06-15T09:43:51.8839657Z         PASS [   0.007s] ( 684/1059) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-06-15T09:43:51.8848546Z         PASS [   0.009s] ( 685/1059) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-06-15T09:43:51.8860778Z         PASS [   0.008s] ( 686/1059) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-06-15T09:43:51.8892683Z         PASS [   0.100s] ( 687/1059) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-06-15T09:43:51.8920973Z         PASS [   0.098s] ( 688/1059) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-06-15T09:43:51.8944822Z         PASS [   0.008s] ( 689/1059) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-15T09:43:51.8975357Z         PASS [   0.008s] ( 690/1059) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-06-15T09:43:51.9057097Z         PASS [   0.008s] ( 691/1059) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-06-15T09:43:51.9566289Z         PASS [   0.073s] ( 692/1059) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-06-15T09:43:51.9688592Z         PASS [   0.312s] ( 693/1059) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-06-15T09:43:51.9858460Z         PASS [   0.080s] ( 694/1059) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-06-15T09:43:51.9947755Z         PASS [   0.009s] ( 695/1059) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-06-15T09:43:52.0037899Z         PASS [   0.009s] ( 696/1059) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-06-15T09:43:52.0128918Z         PASS [   0.009s] ( 697/1059) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-06-15T09:43:52.0219172Z         PASS [   0.009s] ( 698/1059) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-06-15T09:43:52.0302857Z         PASS [   0.008s] ( 699/1059) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-06-15T09:43:52.0440367Z         PASS [   0.014s] ( 700/1059) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-06-15T09:43:52.0460868Z         PASS [   0.089s] ( 701/1059) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-06-15T09:43:52.0527096Z         PASS [   0.168s] ( 702/1059) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-06-15T09:43:52.0569622Z         PASS [   0.010s] ( 703/1059) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-06-15T09:43:52.0571293Z         PASS [   0.010s] ( 704/1059) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-06-15T09:43:52.0618597Z         PASS [   0.170s] ( 705/1059) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-06-15T09:43:52.0628605Z         PASS [   0.010s] ( 706/1059) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-06-15T09:43:52.0634466Z         PASS [   0.010s] ( 707/1059) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-06-15T09:43:52.0644760Z         PASS [   0.008s] ( 708/1059) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-06-15T09:43:52.0686186Z         PASS [   0.174s] ( 709/1059) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-06-15T09:43:52.0710538Z         PASS [   0.009s] ( 710/1059) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-06-15T09:43:52.0721066Z         PASS [   0.007s] ( 711/1059) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-06-15T09:43:52.0723999Z         PASS [   0.009s] ( 712/1059) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-06-15T09:43:52.0725077Z         PASS [   0.009s] ( 713/1059) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-06-15T09:43:52.0774417Z         PASS [   0.009s] ( 714/1059) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-06-15T09:43:52.0800101Z         PASS [   0.008s] ( 715/1059) spt-net net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses
2026-06-15T09:43:52.0803626Z         PASS [   0.008s] ( 716/1059) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-06-15T09:43:52.0839087Z         PASS [   0.010s] ( 717/1059) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-06-15T09:43:52.0840370Z         PASS [   0.012s] ( 718/1059) spt-net net::registry::tests::registry_serde_roundtrips
2026-06-15T09:43:52.0880669Z         PASS [   0.010s] ( 719/1059) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-06-15T09:43:52.0892074Z         PASS [   0.009s] ( 720/1059) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-06-15T09:43:52.0924750Z         PASS [   0.009s] ( 721/1059) spt-net net::registry::tests::resolve_prefers_local_instance
2026-06-15T09:43:52.0930980Z         PASS [   0.011s] ( 722/1059) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-06-15T09:43:52.0939833Z         PASS [   0.013s] ( 723/1059) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-06-15T09:43:52.0957292Z         PASS [   0.008s] ( 724/1059) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-06-15T09:43:52.0982151Z         PASS [   0.009s] ( 725/1059) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-06-15T09:43:52.1062754Z         PASS [   0.009s] ( 726/1059) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-06-15T09:43:52.1064467Z         PASS [   0.009s] ( 727/1059) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-06-15T09:43:52.1066470Z         PASS [   0.009s] ( 728/1059) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-06-15T09:43:52.1070073Z         PASS [   0.009s] ( 729/1059) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-06-15T09:43:52.1125346Z         PASS [   0.009s] ( 730/1059) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-06-15T09:43:52.1137992Z         PASS [   0.010s] ( 731/1059) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-06-15T09:43:52.1149585Z         PASS [   0.010s] ( 732/1059) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-06-15T09:43:52.1158202Z         PASS [   0.009s] ( 733/1059) spt-net net::rest::tests::records_round_trip_and_degrade
2026-06-15T09:43:52.1209565Z         PASS [   0.011s] ( 734/1059) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-06-15T09:43:52.1212403Z         PASS [   0.010s] ( 735/1059) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-06-15T09:43:52.1221883Z         PASS [   0.028s] ( 736/1059) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-06-15T09:43:52.1245077Z         PASS [   0.009s] ( 737/1059) spt-net net::sync::tests::forged_origin_field_is_inert
2026-06-15T09:43:52.1246446Z         PASS [   0.008s] ( 738/1059) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-06-15T09:43:52.1289244Z         PASS [   0.008s] ( 739/1059) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-15T09:43:52.1301196Z         PASS [   0.009s] ( 740/1059) spt-net net::update::tests::forged_origin_field_is_inert
2026-06-15T09:43:52.1302573Z         PASS [   0.008s] ( 741/1059) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-06-15T09:43:52.1328514Z         PASS [   0.008s] ( 742/1059) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-06-15T09:43:52.1334201Z         PASS [   0.008s] ( 743/1059) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-15T09:43:52.1372978Z         PASS [   0.008s] ( 744/1059) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-06-15T09:43:52.1384135Z         PASS [   0.008s] ( 745/1059) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-06-15T09:43:52.1385397Z         PASS [   0.008s] ( 746/1059) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-06-15T09:43:52.1417135Z         PASS [   0.009s] ( 747/1059) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-06-15T09:43:52.1423992Z         PASS [   0.174s] ( 748/1059) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-06-15T09:43:52.1425235Z         PASS [   0.009s] ( 749/1059) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-15T09:43:52.1453485Z         PASS [   0.007s] ( 750/1059) spt-proto addr::tests::parses_every_qualifier_combination
2026-06-15T09:43:52.1454592Z         PASS [   0.007s] ( 751/1059) spt-proto addr::tests::rejects_doubled_delimiters
2026-06-15T09:43:52.1477316Z         PASS [   0.005s] ( 752/1059) spt-proto chunk::tests::malformed_parts_return_none
2026-06-15T09:43:52.1483114Z         PASS [   0.006s] ( 753/1059) spt-proto addr::tests::rejects_empty_or_bad_components
2026-06-15T09:43:52.1500861Z         PASS [   0.008s] ( 754/1059) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-06-15T09:43:52.1509730Z         PASS [   0.005s] ( 755/1059) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-06-15T09:43:52.1541015Z         PASS [   0.015s] ( 756/1059) spt-proto addr::tests::display_round_trips
2026-06-15T09:43:52.1546541Z         PASS [   0.005s] ( 757/1059) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-06-15T09:43:52.1563842Z         PASS [   0.011s] ( 758/1059) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-06-15T09:43:52.1590351Z         PASS [   0.006s] ( 759/1059) spt-proto endpoint::tests::agent_vs_shell_split
2026-06-15T09:43:52.1603524Z         PASS [   0.009s] ( 760/1059) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-06-15T09:43:52.1619814Z         PASS [   0.006s] ( 761/1059) spt-proto endpoint::tests::broker_and_node_families
2026-06-15T09:43:52.1621016Z         PASS [   0.008s] ( 762/1059) spt-proto endpoint::tests::day_one_tags_round_trip
2026-06-15T09:43:52.1639936Z         PASS [   0.006s] ( 763/1059) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-06-15T09:43:52.1640920Z         PASS [   0.008s] ( 764/1059) spt-proto endpoint::tests::shell_kind_round_trips
2026-06-15T09:43:52.1679871Z         PASS [   0.009s] ( 765/1059) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-06-15T09:43:52.1690954Z         PASS [   0.006s] ( 766/1059) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-06-15T09:43:52.1701240Z         PASS [   0.012s] ( 767/1059) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-06-15T09:43:52.1709424Z         PASS [   0.006s] ( 768/1059) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-06-15T09:43:52.1710444Z         PASS [   0.007s] ( 769/1059) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-06-15T09:43:52.1716396Z         PASS [   0.005s] ( 770/1059) spt-proto envelope::tests::parser_both_tags_present
2026-06-15T09:43:52.1731365Z         PASS [   0.006s] ( 771/1059) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-06-15T09:43:52.1755050Z         PASS [   0.005s] ( 772/1059) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-06-15T09:43:52.1758326Z         PASS [   0.005s] ( 773/1059) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-06-15T09:43:52.1766944Z         PASS [   0.006s] ( 774/1059) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-06-15T09:43:52.1772096Z         PASS [   0.006s] ( 775/1059) spt-proto event::tests::alarm_event_round_trips
2026-06-15T09:43:52.1778555Z         PASS [   0.005s] ( 776/1059) spt-proto event::tests::attr_decode_is_amp_last
2026-06-15T09:43:52.1812356Z         PASS [   0.005s] ( 777/1059) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-06-15T09:43:52.1832487Z         PASS [   0.005s] ( 778/1059) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-06-15T09:43:52.1833462Z         PASS [   0.005s] ( 779/1059) spt-proto event::tests::msg_event_round_trips
2026-06-15T09:43:52.1834218Z         PASS [   0.008s] ( 780/1059) spt-proto event::tests::attr_order_preserved
2026-06-15T09:43:52.1834992Z         PASS [   0.006s] ( 781/1059) spt-proto event::tests::empty_body_envelope_parses
2026-06-15T09:43:52.1867609Z         PASS [   0.005s] ( 782/1059) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-06-15T09:43:52.1872910Z         PASS [   0.005s] ( 783/1059) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-06-15T09:43:52.1883719Z         PASS [   0.005s] ( 784/1059) spt-proto event::tests::typed_predicate_rejects_partials
2026-06-15T09:43:52.1887010Z         PASS [   0.005s] ( 785/1059) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-06-15T09:43:52.1893695Z         PASS [   0.006s] ( 786/1059) spt-proto event::tests::user_msg_event_round_trips
2026-06-15T09:43:52.1921200Z         PASS [   0.005s] ( 787/1059) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-06-15T09:43:52.1928836Z         PASS [   0.043s] ( 788/1059) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-06-15T09:43:52.1930682Z         PASS [   0.006s] ( 789/1059) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-06-15T09:43:52.1937964Z         PASS [   0.005s] ( 790/1059) spt-proto id::tests::accepts_japanese_scripts
2026-06-15T09:43:52.1938765Z         PASS [   0.005s] ( 791/1059) spt-proto id::tests::accepts_plain_and_composite_ids
2026-06-15T09:43:52.1947184Z         PASS [   0.005s] ( 792/1059) spt-proto id::tests::rejects_empty_and_overlong
2026-06-15T09:43:52.1975227Z         PASS [   0.005s] ( 793/1059) spt-proto id::tests::reports_bad_char_position
2026-06-15T09:43:52.1979399Z         PASS [   0.006s] ( 794/1059) spt-proto id::tests::rejects_path_whitespace_and_control
2026-06-15T09:43:52.1983062Z         PASS [   0.005s] ( 795/1059) spt-proto id::tests::reserves_address_delimiters
2026-06-15T09:43:52.1996896Z         PASS [   0.006s] ( 796/1059) spt-proto identity::tests::bad_inputs_error_without_panic
2026-06-15T09:43:52.2003920Z         PASS [   0.006s] ( 797/1059) spt-proto identity::tests::public_key_hex_round_trips
2026-06-15T09:43:52.2031052Z         PASS [   0.005s] ( 798/1059) spt-proto payload::tests::base64_known_vectors
2026-06-15T09:43:52.2037019Z         PASS [   0.005s] ( 799/1059) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-06-15T09:43:52.2050348Z         PASS [   0.005s] ( 800/1059) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-06-15T09:43:52.2054899Z         PASS [   0.005s] ( 801/1059) spt-proto payload::tests::command_payload_round_trips
2026-06-15T09:43:52.2082214Z         PASS [   0.005s] ( 802/1059) spt-proto payload::tests::text_payload_round_trips
2026-06-15T09:43:52.2095279Z         PASS [   0.005s] ( 803/1059) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-06-15T09:43:52.2096328Z         PASS [   0.015s] ( 804/1059) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-06-15T09:43:52.2103420Z         PASS [   0.005s] ( 805/1059) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-06-15T09:43:52.2171023Z         PASS [   0.006s] ( 806/1059) spt-proto version::tests::current_version_self_compatible
2026-06-15T09:43:52.2171982Z         PASS [   0.008s] ( 807/1059) spt-proto version::tests::window_floor_saturates_at_zero
2026-06-15T09:43:52.2473255Z         PASS [   0.050s] ( 808/1059) spt-proto identity::tests::sign_verify_round_trip
2026-06-15T09:43:52.3743265Z         PASS [   0.164s] ( 809/1059) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-06-15T09:43:52.3791217Z         PASS [   0.895s] ( 810/1059) spt-msg ring::tests::ring_timeout_cleans_up
2026-06-15T09:43:52.3793055Z         PASS [   0.132s] ( 811/1059) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-06-15T09:43:52.3823607Z         PASS [   0.172s] ( 812/1059) spt-runtime manifest::tests::digest_section_source_resolution
2026-06-15T09:43:52.3824584Z         PASS [   0.172s] ( 813/1059) spt-runtime manifest::tests::digest_section_validation_errors
2026-06-15T09:43:52.3871625Z         PASS [   0.006s] ( 814/1059) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-06-15T09:43:52.3925317Z         PASS [   0.008s] ( 815/1059) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-06-15T09:43:52.3926846Z         PASS [   0.012s] ( 816/1059) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-06-15T09:43:52.3983268Z         PASS [   0.012s] ( 817/1059) spt-runtime manifest::tests::manifest_schema_shape
2026-06-15T09:43:52.3984550Z         PASS [   0.175s] ( 818/1059) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-06-15T09:43:52.3987232Z         PASS [   0.183s] ( 819/1059) spt-runtime manifest::tests::checked_in_schema_is_current
2026-06-15T09:43:52.3988707Z         PASS [   0.009s] ( 820/1059) spt-runtime manifest::tests::round_trips_through_toml
2026-06-15T09:43:52.3990481Z         PASS [   0.007s] ( 821/1059) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-06-15T09:43:52.3992283Z         PASS [   0.008s] ( 822/1059) spt-runtime manifest::tests::shell_fixture_parses
2026-06-15T09:43:52.3993432Z         PASS [   0.007s] ( 823/1059) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-06-15T09:43:52.4007675Z         PASS [   0.010s] ( 824/1059) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-06-15T09:43:52.4041489Z         PASS [   0.012s] ( 825/1059) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-06-15T09:43:52.4068540Z         PASS [   0.008s] ( 826/1059) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-06-15T09:43:52.4069857Z         PASS [   0.007s] ( 827/1059) spt-runtime profile::tests::deep_nested_leaf_replace
2026-06-15T09:43:52.4071035Z         PASS [   0.007s] ( 828/1059) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-06-15T09:43:52.4101925Z         PASS [   0.033s] ( 829/1059) spt-runtime manifest::tests::hint_keyword_matching
2026-06-15T09:43:52.4120015Z         PASS [   0.844s] ( 830/1059) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-06-15T09:43:52.4121147Z         PASS [   0.012s] ( 831/1059) spt-runtime profile::tests::leaf_replace_contract
2026-06-15T09:43:52.4122377Z         PASS [   0.007s] ( 832/1059) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-06-15T09:43:52.4123507Z         PASS [   0.010s] ( 833/1059) spt-runtime profile::tests::profile_overlays_strings
2026-06-15T09:43:52.4124576Z         PASS [   0.007s] ( 834/1059) spt-runtime profile::tests::split_option_first_colon
2026-06-15T09:43:52.4126275Z         PASS [   0.007s] ( 835/1059) spt-runtime profile::tests::string_dot_path_read_write
2026-06-15T09:43:52.4142324Z         PASS [   0.007s] ( 836/1059) spt-runtime profile::tests::tighten_only_allows_tightening
2026-06-15T09:43:52.4163091Z         PASS [   0.013s] ( 837/1059) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-06-15T09:43:52.4174214Z         PASS [   0.010s] ( 838/1059) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-06-15T09:43:52.4204088Z         PASS [   0.009s] ( 839/1059) spt-runtime registry::tests::create_local_profile_guards
2026-06-15T09:43:52.4216856Z         PASS [   0.010s] ( 840/1059) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-06-15T09:43:52.4260245Z         PASS [   0.012s] ( 841/1059) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-06-15T09:43:52.4266749Z         PASS [   0.008s] ( 842/1059) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-06-15T09:43:52.4270110Z         PASS [   0.014s] ( 843/1059) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-06-15T09:43:52.4282154Z         PASS [   0.016s] ( 844/1059) spt-runtime registry::tests::delete_local_profile_rules
2026-06-15T09:43:52.4283444Z         PASS [   0.011s] ( 845/1059) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-06-15T09:43:52.4298209Z         PASS [   0.015s] ( 846/1059) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-06-15T09:43:52.4316800Z         PASS [   0.011s] ( 847/1059) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-06-15T09:43:52.4334010Z         PASS [   0.013s] ( 848/1059) spt-runtime registry::tests::local_profile_survives_readd
2026-06-15T09:43:52.4338240Z         PASS [   0.009s] ( 849/1059) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-06-15T09:43:52.4354535Z         PASS [   0.007s] ( 850/1059) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-06-15T09:43:52.4380485Z         PASS [   0.013s] ( 851/1059) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-06-15T09:43:52.4391935Z         PASS [   0.014s] ( 852/1059) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-06-15T09:43:52.4398419Z         PASS [   0.006s] ( 853/1059) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-06-15T09:43:52.4417778Z         PASS [   0.008s] ( 854/1059) spt-runtime runtime::tests::fills_known_placeholders
2026-06-15T09:43:52.4430672Z         PASS [   0.007s] ( 855/1059) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-06-15T09:43:52.4441958Z         PASS [   0.006s] ( 856/1059) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-06-15T09:43:52.4453072Z         PASS [   0.006s] ( 857/1059) spt-runtime runtime::tests::unknown_role_errors
2026-06-15T09:43:52.4455844Z         PASS [   0.017s] ( 858/1059) spt-runtime registry::tests::strings_get_set_through_overlay
2026-06-15T09:43:52.4494339Z         PASS [   0.007s] ( 859/1059) spt-store access::tests::recent_outbound_correlates_within_window
2026-06-15T09:43:52.4502996Z         PASS [   0.010s] ( 860/1059) spt-store access::tests::allow_revoke_open_polarity
2026-06-15T09:43:52.4520550Z         PASS [   0.006s] ( 861/1059) spt-store access::tests::users_reservation_decodes_inert
2026-06-15T09:43:52.4528595Z         PASS [   0.007s] ( 862/1059) spt-store access::tests::store_persists_and_degrades_open
2026-06-15T09:43:52.4534271Z         PASS [   0.009s] ( 863/1059) spt-store access::tests::recent_outbound_persists
2026-06-15T09:43:52.4544202Z         PASS [   0.006s] ( 864/1059) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-06-15T09:43:52.4562124Z         PASS [   0.006s] ( 865/1059) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-06-15T09:43:52.4574412Z         PASS [   0.014s] ( 866/1059) spt-store access::tests::recent_outbound_is_bounded
2026-06-15T09:43:52.4578038Z         PASS [   0.005s] ( 867/1059) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-06-15T09:43:52.4586279Z         PASS [   0.006s] ( 868/1059) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-06-15T09:43:52.4591465Z         PASS [   0.006s] ( 869/1059) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-06-15T09:43:52.4602084Z         PASS [   0.005s] ( 870/1059) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-06-15T09:43:52.4640726Z         PASS [   0.034s] ( 871/1059) spt-runtime runtime::tests::bounded_run_captures_success
2026-06-15T09:43:52.4641714Z         PASS [   0.007s] ( 872/1059) spt-store attachment::tests::attached_default_flip_roundtrip
2026-06-15T09:43:52.4660044Z         PASS [   0.006s] ( 873/1059) spt-store attachment::tests::boot_reset_and_serving_filter
2026-06-15T09:43:52.4661361Z         PASS [   0.007s] ( 874/1059) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-06-15T09:43:52.4714886Z         PASS [   0.006s] ( 875/1059) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-06-15T09:43:52.4752086Z         PASS [   0.005s] ( 876/1059) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-06-15T09:43:52.4794995Z         PASS [   0.004s] ( 877/1059) spt-store contextmark::tests::merge_decisions
2026-06-15T09:43:52.4846403Z         PASS [   0.005s] ( 878/1059) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-06-15T09:43:52.4891766Z         PASS [   0.004s] ( 879/1059) spt-store contextmark::tests::vector_parse_tolerant
2026-06-15T09:43:52.5162158Z         PASS [   0.949s] ( 880/1059) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-06-15T09:43:52.5228593Z         PASS [   0.059s] ( 881/1059) spt-store branchstore::tests::open_or_init_idempotent
2026-06-15T09:43:52.5545728Z         PASS [   0.091s] ( 882/1059) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-06-15T09:43:52.5597010Z         PASS [   0.037s] ( 883/1059) spt-store contextstore::tests::invalid_id_refused
2026-06-15T09:43:52.6119163Z         PASS [   0.153s] ( 884/1059) spt-store branchstore::tests::branches_are_independent_roots
2026-06-15T09:43:52.6145260Z         PASS [   0.155s] ( 885/1059) spt-store branchstore::tests::commit_then_read_at_tip
2026-06-15T09:43:52.6170836Z         PASS [   0.157s] ( 886/1059) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-06-15T09:43:52.6226774Z         PASS [   0.005s] ( 887/1059) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-06-15T09:43:52.6277285Z         PASS [   0.164s] ( 888/1059) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-06-15T09:43:52.6290207Z         PASS [   0.005s] ( 889/1059) spt-store epoch::tests::counter_persists_across_reload
2026-06-15T09:43:52.6326831Z         PASS [   0.005s] ( 890/1059) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-06-15T09:43:52.6335481Z         PASS [   0.006s] ( 891/1059) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-06-15T09:43:52.6383311Z         PASS [   0.004s] ( 892/1059) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-06-15T09:43:52.6439895Z         PASS [   0.005s] ( 893/1059) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-06-15T09:43:52.6481873Z         PASS [   0.015s] ( 894/1059) spt-store gitrun::tests::version_runs_within_budget
2026-06-15T09:43:52.6496972Z         PASS [   0.006s] ( 895/1059) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-06-15T09:43:52.6538688Z         PASS [   0.006s] ( 896/1059) spt-store history::tests::appends_one_record_per_line
2026-06-15T09:43:52.6550261Z         PASS [   0.005s] ( 897/1059) spt-store history::tests::context_entries_carry_the_discriminator
2026-06-15T09:43:52.6592748Z         PASS [   0.005s] ( 898/1059) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-06-15T09:43:52.6616264Z         PASS [   0.006s] ( 899/1059) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-06-15T09:43:52.6653670Z         PASS [   0.006s] ( 900/1059) spt-store home::tests::home_assignment_matrix
2026-06-15T09:43:52.6660118Z         PASS [   0.004s] ( 901/1059) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-06-15T09:43:52.6709276Z         PASS [   0.005s] ( 902/1059) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-06-15T09:43:52.6717336Z         PASS [   0.006s] ( 903/1059) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-06-15T09:43:52.6768762Z         PASS [   0.006s] ( 904/1059) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-06-15T09:43:52.6826561Z         PASS [   0.006s] ( 905/1059) spt-store info::tests::corrupt_content_returns_none
2026-06-15T09:43:52.6879328Z         PASS [   0.005s] ( 906/1059) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-06-15T09:43:52.6948266Z         PASS [   0.007s] ( 907/1059) spt-store info::tests::set_driven_by_stamps_and_clears
2026-06-15T09:43:52.7006784Z         PASS [   0.006s] ( 908/1059) spt-store info::tests::set_last_active_stamps_recency
2026-06-15T09:43:52.7071084Z         PASS [   0.006s] ( 909/1059) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-06-15T09:43:52.7074278Z         PASS [   0.153s] ( 910/1059) spt-store contextstore::tests::project_branch_holds_many_agents
2026-06-15T09:43:52.7137258Z         PASS [   0.006s] ( 911/1059) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-06-15T09:43:52.7138211Z         PASS [   0.006s] ( 912/1059) spt-store info::tests::set_status_marks_existing_record
2026-06-15T09:43:52.7192775Z         PASS [   0.006s] ( 913/1059) spt-store info::tests::write_read_round_trip
2026-06-15T09:43:52.7196114Z         PASS [   0.006s] ( 914/1059) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-06-15T09:43:52.7222253Z         PASS [   0.051s] ( 915/1059) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-06-15T09:43:52.7256397Z         PASS [   0.006s] ( 916/1059) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-06-15T09:43:52.7258570Z         PASS [   0.006s] ( 917/1059) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-06-15T09:43:52.7281015Z         PASS [   0.006s] ( 918/1059) spt-store liveness::tests::external_perch_still_pid_probes
2026-06-15T09:43:52.7310825Z         PASS [   0.006s] ( 919/1059) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-06-15T09:43:52.7317338Z         PASS [   0.006s] ( 920/1059) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-06-15T09:43:52.7344638Z         PASS [   0.006s] ( 921/1059) spt-store nodeid::tests::create_then_load_is_stable
2026-06-15T09:43:52.7372085Z         PASS [   0.006s] ( 922/1059) spt-store nodeid::tests::seed_hex_round_trips
2026-06-15T09:43:52.7441455Z         PASS [   0.312s] ( 923/1059) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-06-15T09:43:52.7794242Z         PASS [   0.290s] ( 924/1059) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-06-15T09:43:52.7847687Z         PASS [   0.005s] ( 925/1059) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-06-15T09:43:52.7996934Z         PASS [   0.068s] ( 926/1059) spt-store notif::tests::listing_is_subnet_scoped
2026-06-15T09:43:52.8063996Z         PASS [   0.069s] ( 927/1059) spt-store notif::tests::produce_list_dismiss_round_trip
2026-06-15T09:43:52.8114844Z         PASS [   0.005s] ( 928/1059) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-06-15T09:43:52.8168626Z         PASS [   0.005s] ( 929/1059) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-06-15T09:43:52.8227038Z         PASS [   0.006s] ( 930/1059) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-06-15T09:43:52.8281678Z         PASS [   0.005s] ( 931/1059) spt-store perch::tests::child_files_route_through_one_resolver
2026-06-15T09:43:52.8334336Z         PASS [   0.005s] ( 932/1059) spt-store perch::tests::classification_matrix
2026-06-15T09:43:52.8393239Z         PASS [   0.006s] ( 933/1059) spt-store perch::tests::explicit_parent_wins_over_infer
2026-06-15T09:43:52.8413133Z         PASS [   0.097s] ( 934/1059) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-06-15T09:43:52.8455269Z         PASS [   0.006s] ( 935/1059) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-06-15T09:43:52.8470070Z         PASS [   0.006s] ( 936/1059) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-06-15T09:43:52.8503852Z         PASS [   0.005s] ( 937/1059) spt-store perch::tests::resolve_self_is_flat
2026-06-15T09:43:52.8527543Z         PASS [   0.006s] ( 938/1059) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-06-15T09:43:52.8556734Z         PASS [   0.005s] ( 939/1059) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-06-15T09:43:52.8576828Z         PASS [   0.005s] ( 940/1059) spt-store proc::tests::current_process_is_alive
2026-06-15T09:43:52.8611867Z         PASS [   0.005s] ( 941/1059) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-06-15T09:43:52.8618673Z         PASS [   0.062s] ( 942/1059) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-06-15T09:43:52.8629659Z         PASS [   0.005s] ( 943/1059) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-06-15T09:43:52.8640337Z         PASS [   0.249s] ( 944/1059) spt-store contextstore::tests::two_tier_layout_and_commits
2026-06-15T09:43:52.8652949Z         PASS [   0.131s] ( 945/1059) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-06-15T09:43:52.8666095Z         PASS [   0.005s] ( 946/1059) spt-store proc::tests::unassigned_pid_is_dead
2026-06-15T09:43:52.8678238Z         PASS [   0.006s] ( 947/1059) spt-store proc::tests::zombie_child_reads_dead
2026-06-15T09:43:52.8697823Z         PASS [   0.006s] ( 948/1059) spt-store project::tests::url_spellings_normalize_to_one_id
2026-06-15T09:43:52.8753224Z         PASS [   0.090s] ( 949/1059) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-06-15T09:43:52.9371030Z         PASS [   0.062s] ( 950/1059) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-06-15T09:43:52.9374719Z         PASS [   0.068s] ( 951/1059) spt-store registry::tests::register_and_lookup
2026-06-15T09:43:52.9459628Z         PASS [   0.083s] ( 952/1059) spt-store project::tests::derivation_ladder
2026-06-15T09:43:52.9810638Z         PASS [   0.114s] ( 953/1059) spt-store registry::tests::clean_removes_dead_keeps_live
2026-06-15T09:43:52.9872583Z         PASS [   0.006s] ( 954/1059) spt-store rename::tests::live_nested_child_blocks_rename
2026-06-15T09:43:52.9912208Z         PASS [   0.126s] ( 955/1059) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-06-15T09:43:52.9926032Z         PASS [   0.005s] ( 956/1059) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-06-15T09:43:52.9971556Z         PASS [   0.005s] ( 957/1059) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-06-15T09:43:52.9975526Z         PASS [   0.006s] ( 958/1059) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-06-15T09:43:53.0021164Z         PASS [   0.005s] ( 959/1059) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-06-15T09:43:53.0023780Z         PASS [   0.056s] ( 960/1059) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-06-15T09:43:53.0027591Z         PASS [   0.005s] ( 961/1059) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-06-15T09:43:53.0076333Z         PASS [   0.006s] ( 962/1059) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-06-15T09:43:53.0077073Z         PASS [   0.005s] ( 963/1059) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-06-15T09:43:53.0078523Z         PASS [   0.005s] ( 964/1059) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-06-15T09:43:53.0120874Z         PASS [   0.004s] ( 965/1059) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-06-15T09:43:53.0126675Z         PASS [   0.005s] ( 966/1059) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-06-15T09:43:53.0127752Z         PASS [   0.005s] ( 967/1059) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-06-15T09:43:53.0177695Z         PASS [   0.006s] ( 968/1059) spt-store rotation::tests::coalesce_is_per_subnet
2026-06-15T09:43:53.0183290Z         PASS [   0.005s] ( 969/1059) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-06-15T09:43:53.0184425Z         PASS [   0.005s] ( 970/1059) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-06-15T09:43:53.0226548Z         PASS [   0.086s] ( 971/1059) spt-store registry::tests::reregister_replaces_address
2026-06-15T09:43:53.0227468Z         PASS [   0.004s] ( 972/1059) spt-store seed::tests::seed_round_trips_through_json
2026-06-15T09:43:53.0234025Z         PASS [   0.005s] ( 973/1059) spt-store seed::tests::absent_cwd_is_omitted
2026-06-15T09:43:53.0234837Z         PASS [   0.006s] ( 974/1059) spt-store rotation::tests::persists_and_degrades_to_empty
2026-06-15T09:43:53.0295575Z         PASS [   0.005s] ( 975/1059) spt-store sessions::tests::tolerant_of_garbage_lines
2026-06-15T09:43:53.0296486Z         PASS [   0.006s] ( 976/1059) spt-store sessions::tests::appends_and_reads_in_order
2026-06-15T09:43:53.0297307Z         PASS [   0.006s] ( 977/1059) spt-store sessions::tests::same_session_rebind_is_deduped
2026-06-15T09:43:53.0352333Z         PASS [   0.006s] ( 978/1059) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-06-15T09:43:53.0359785Z         PASS [   0.006s] ( 979/1059) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-06-15T09:43:53.0363116Z         PASS [   0.007s] ( 980/1059) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-06-15T09:43:53.0384037Z         PASS [   0.522s] ( 981/1059) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-06-15T09:43:53.0423151Z         PASS [   0.007s] ( 982/1059) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-06-15T09:43:53.0429244Z         PASS [   0.105s] ( 983/1059) spt-store registry::tests::resolve_cleans_before_lookup
2026-06-15T09:43:53.0584089Z         PASS [   0.446s] ( 984/1059) spt-store contextstore::tests::rename_ripples_both_tiers
2026-06-15T09:43:53.0605166Z         PASS [   0.038s] ( 985/1059) spt-store sessions::tests::last_k_and_bounding
2026-06-15T09:43:53.1269446Z         PASS [   0.068s] ( 986/1059) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-06-15T09:43:53.1281164Z         PASS [   0.068s] ( 987/1059) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-06-15T09:43:53.1332306Z         PASS [   0.005s] ( 988/1059) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-06-15T09:43:53.1337917Z         PASS [   0.091s] ( 989/1059) spt-store spool::tests::reopen_is_idempotent
2026-06-15T09:43:53.1383773Z         PASS [   0.005s] ( 990/1059) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-06-15T09:43:53.1392443Z         PASS [   0.005s] ( 991/1059) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-06-15T09:43:53.1437032Z         PASS [   0.005s] ( 992/1059) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-06-15T09:43:53.1449693Z         PASS [   0.006s] ( 993/1059) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-06-15T09:43:53.1495439Z         PASS [   0.006s] ( 994/1059) spt-store subnet::tests::minted_seeds_are_random
2026-06-15T09:43:53.1503642Z         PASS [   0.005s] ( 995/1059) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-06-15T09:43:53.1552716Z         PASS [   0.006s] ( 996/1059) spt-store subnet::tests::no_prior_generation_before_rotation
2026-06-15T09:43:53.1560533Z         PASS [   0.006s] ( 997/1059) spt-store subnet::tests::remove_drops_membership
2026-06-15T09:43:53.1597059Z         PASS [   0.004s] ( 998/1059) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-06-15T09:43:53.1623370Z         PASS [   0.006s] ( 999/1059) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-06-15T09:43:53.1673971Z         PASS [   0.131s] (1000/1059) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-06-15T09:43:53.1783645Z         PASS [   0.619s] (1001/1059) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-06-15T09:43:53.1870738Z         PASS [   0.151s] (1002/1059) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-06-15T09:43:53.1959548Z         PASS [   0.154s] (1003/1059) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-06-15T09:43:53.2237299Z         PASS [   0.037s] (1004/1059) spt-store syncmerge::tests::non_context_branch_refused
2026-06-15T09:43:53.2276596Z         PASS [   0.101s] (1005/1059) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-06-15T09:43:53.2328529Z         PASS [   0.005s] (1006/1059) spt-store timefmt::tests::formats_known_instants
2026-06-15T09:43:53.2374344Z         PASS [   0.004s] (1007/1059) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-06-15T09:43:53.2418841Z         PASS [   0.004s] (1008/1059) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-06-15T09:43:53.2470354Z         PASS [   0.005s] (1009/1059) spt-store visibility::tests::hidden_is_or_of_defaults
2026-06-15T09:43:53.2515818Z         PASS [   0.004s] (1010/1059) spt-store visibility::tests::override_wins_both_directions
2026-06-15T09:43:53.2568183Z         PASS [   0.005s] (1011/1059) spt-store visibility::tests::store_persists_and_degrades_safe
2026-06-15T09:43:53.2614164Z         PASS [   0.005s] (1012/1059) spt-store visibility::tests::synced_requires_membership_listing
2026-06-15T09:43:53.2670048Z         PASS [   0.006s] (1013/1059) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-06-15T09:43:53.2720113Z         PASS [   0.005s] (1014/1059) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-06-15T09:43:53.2768290Z         PASS [   0.005s] (1015/1059) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-06-15T09:43:53.2785374Z         PASS [   0.410s] (1016/1059) spt-store registry::tests::concurrent_registration_never_locks
2026-06-15T09:43:53.2819784Z         PASS [   0.005s] (1017/1059) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-06-15T09:43:53.2834203Z         PASS [   0.005s] (1018/1059) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-06-15T09:43:53.2868356Z         PASS [   0.005s] (1019/1059) spt-term projection::tests::context_record_discriminator
2026-06-15T09:43:53.2884269Z         PASS [   0.005s] (1020/1059) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-06-15T09:43:53.2912716Z         PASS [   0.004s] (1021/1059) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-06-15T09:43:53.2933297Z         PASS [   0.005s] (1022/1059) spt-term projection::tests::empty_input_projects_empty_digest
2026-06-15T09:43:53.2955890Z         PASS [   0.004s] (1023/1059) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-06-15T09:43:53.2979508Z         PASS [   0.005s] (1024/1059) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-06-15T09:43:53.3006784Z         PASS [   0.005s] (1025/1059) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-06-15T09:43:53.3022323Z         PASS [   0.004s] (1026/1059) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-06-15T09:43:53.3058283Z         PASS [   0.005s] (1027/1059) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-06-15T09:43:53.3073337Z         PASS [   0.005s] (1028/1059) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-06-15T09:43:53.3119845Z         PASS [   0.005s] (1029/1059) spt-term projection::tests::truncates_tool_args_to_width
2026-06-15T09:43:53.3126152Z         PASS [   0.005s] (1030/1059) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-06-15T09:43:53.3161862Z         PASS [   0.005s] (1031/1059) spt-term projection::tests::unknown_fields_are_tolerated
2026-06-15T09:43:53.3180774Z         PASS [   0.005s] (1032/1059) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-06-15T09:43:53.3215582Z         PASS [   0.005s] (1033/1059) spt-term projection::tests::windows_to_last_n_turns
2026-06-15T09:43:53.3228104Z         PASS [   0.005s] (1034/1059) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-06-15T09:43:53.3266858Z         PASS [   0.005s] (1035/1059) spt-term reader::tests::dsr_matcher_finds_query_across_chunk_boundary
2026-06-15T09:43:53.3333158Z         PASS [   0.010s] (1036/1059) spt-term reader::tests::no_dsr_means_no_answer
2026-06-15T09:43:53.3435452Z         PASS [   0.016s] (1037/1059) spt-term::dsr drain_forwards_child_output
2026-06-15T09:43:53.3436426Z         PASS [   0.305s] (1038/1059) spt-store spool::tests::event_part_body_persists_byte_exact
2026-06-15T09:43:53.3582616Z         PASS [   0.016s] (1039/1059) spt-term::inject send_line_reaches_child_and_preserves_order
2026-06-15T09:43:53.3602971Z         PASS [   0.027s] (1040/1059) spt-term::inject ctrl_c_interrupts_the_child
2026-06-15T09:43:53.3650141Z         PASS [   0.007s] (1041/1059) spt-term::stream delivers_every_value_under_resize
2026-06-15T09:43:53.3675915Z         PASS [   0.007s] (1042/1059) spt-term::surface captures_child_output_off_the_pty
2026-06-15T09:43:53.3729787Z         PASS [   0.008s] (1043/1059) spt-term::surface resize_under_load_does_not_hang_or_panic
2026-06-15T09:43:53.3748037Z         PASS [   0.007s] (1044/1059) spt-term::surface spawn_program_in_lands_the_child_in_the_requested_cwd
2026-06-15T09:43:53.3780405Z         PASS [   0.005s] (1045/1059) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-06-15T09:43:53.5053810Z         PASS [   4.214s] (1046/1059) spt-daemon::resume resume_below_ring_floor_clamps_forward_without_gap_error
2026-06-15T09:43:53.6648842Z         PASS [   0.486s] (1047/1059) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-06-15T09:43:53.7209476Z         PASS [   0.561s] (1048/1059) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-06-15T09:43:53.8351391Z         PASS [   0.639s] (1049/1059) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-06-15T09:43:53.9862273Z         PASS [   0.819s] (1050/1059) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-06-15T09:43:54.0236487Z         PASS [   0.861s] (1051/1059) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-06-15T09:43:54.2802126Z         PASS [   1.056s] (1052/1059) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-06-15T09:43:54.3505910Z         PASS [   1.008s] (1053/1059) spt-term::stream bounded_backpressure_stalls_an_unconsumed_reader
2026-06-15T09:43:56.7457593Z         PASS [  10.114s] (1054/1059) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-15T09:44:01.6496574Z         PASS [  15.160s] (1055/1059) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-15T09:44:10.5792901Z         PASS [  25.284s] (1056/1059) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-15T09:44:10.6861292Z         PASS [  25.391s] (1057/1059) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-15T09:44:26.0225779Z         PASS [  40.727s] (1058/1059) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-15T09:44:29.9959861Z         PASS [  44.701s] (1059/1059) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-15T09:44:29.9961383Z ────────────
2026-06-15T09:44:29.9961635Z      Summary [  44.702s] 1059 tests run: 1059 passed, 1 skipped
2026-06-15T09:44:30.1264586Z ##[group]Run cargo test --workspace --doc
2026-06-15T09:44:30.1269173Z [36;1mcargo test --workspace --doc[0m
2026-06-15T09:44:30.1463138Z shell: /usr/bin/bash -e {0}
2026-06-15T09:44:30.1463374Z env:
2026-06-15T09:44:30.1463569Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:44:30.1463798Z ##[endgroup]
2026-06-15T09:44:30.8801633Z    Compiling strsim v0.11.1
2026-06-15T09:44:30.8829319Z    Compiling unicode-segmentation v1.13.3
2026-06-15T09:44:30.9802204Z    Compiling darling_core v0.20.11
2026-06-15T09:44:31.0798354Z    Compiling convert_case v0.10.0
2026-06-15T09:44:31.1885595Z    Compiling derive_more-impl v2.1.1
2026-06-15T09:44:31.9896002Z    Compiling darling_macro v0.20.11
2026-06-15T09:44:32.1206593Z    Compiling darling v0.20.11
2026-06-15T09:44:32.1411993Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:44:32.5197504Z    Compiling derive_more v2.1.1
2026-06-15T09:44:32.5524950Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:44:32.5785687Z    Compiling n0-future v0.3.2
2026-06-15T09:44:32.5786279Z    Compiling noq-proto v0.17.0
2026-06-15T09:44:32.5786650Z    Compiling iroh-base v0.98.0
2026-06-15T09:44:32.6657109Z    Compiling derive_builder v0.20.2
2026-06-15T09:44:32.6696007Z    Compiling n0-watcher v0.6.1
2026-06-15T09:44:32.7006855Z    Compiling vergen-lib v9.1.0
2026-06-15T09:44:32.7007386Z    Compiling vergen-lib v0.1.6
2026-06-15T09:44:32.7759156Z    Compiling netwatch v0.16.0
2026-06-15T09:44:32.8117477Z    Compiling vergen v9.1.0
2026-06-15T09:44:32.8414392Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:44:32.8858366Z    Compiling iroh-dns v0.98.0
2026-06-15T09:44:33.0945077Z    Compiling iroh-relay v0.98.0
2026-06-15T09:44:33.4858073Z    Compiling portmapper v0.16.0
2026-06-15T09:44:35.6445240Z    Compiling noq v0.18.0
2026-06-15T09:44:39.5423134Z    Compiling iroh v0.98.2
2026-06-15T09:44:47.4725866Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T09:44:48.8882221Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T09:44:55.4386519Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.24s
2026-06-15T09:44:55.4606746Z    Doc-tests spt_daemon
2026-06-15T09:44:55.8142677Z 
2026-06-15T09:44:55.8143431Z running 0 tests
2026-06-15T09:44:55.8145335Z 
2026-06-15T09:44:55.8146078Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T09:44:55.8146458Z 
2026-06-15T09:44:55.8182540Z    Doc-tests spt_live
2026-06-15T09:44:55.8547035Z 
2026-06-15T09:44:55.8547513Z running 0 tests
2026-06-15T09:44:55.8547687Z 
2026-06-15T09:44:55.8547930Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T09:44:55.8548282Z 
2026-06-15T09:44:55.8578926Z    Doc-tests spt_msg
2026-06-15T09:44:55.8879334Z 
2026-06-15T09:44:55.8879901Z running 0 tests
2026-06-15T09:44:55.8880110Z 
2026-06-15T09:44:55.8880496Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T09:44:55.8880858Z 
2026-06-15T09:44:55.8907760Z    Doc-tests spt_net
2026-06-15T09:44:56.0477283Z 
2026-06-15T09:44:56.0478033Z running 0 tests
2026-06-15T09:44:56.0478362Z 
2026-06-15T09:44:56.0478830Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T09:44:56.0479355Z 
2026-06-15T09:44:56.0513998Z    Doc-tests spt_proto
2026-06-15T09:44:56.0800969Z 
2026-06-15T09:44:56.0801699Z running 0 tests
2026-06-15T09:44:56.0801923Z 
2026-06-15T09:44:56.0802238Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T09:44:56.0802627Z 
2026-06-15T09:44:56.0830296Z    Doc-tests spt_runtime
2026-06-15T09:44:56.2321332Z 
2026-06-15T09:44:56.2321966Z running 0 tests
2026-06-15T09:44:56.2322237Z 
2026-06-15T09:44:56.2322557Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T09:44:56.2323310Z 
2026-06-15T09:44:56.2356625Z    Doc-tests spt_store
2026-06-15T09:44:56.3699298Z 
2026-06-15T09:44:56.3699784Z running 0 tests
2026-06-15T09:44:56.3700042Z 
2026-06-15T09:44:56.3700375Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T09:44:56.3700748Z 
2026-06-15T09:44:56.3741334Z    Doc-tests spt_term
2026-06-15T09:44:56.4197926Z 
2026-06-15T09:44:56.4198574Z running 0 tests
2026-06-15T09:44:56.4198779Z 
2026-06-15T09:44:56.4199361Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-15T09:44:56.4199748Z 
2026-06-15T09:44:56.4367727Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-15T09:44:56.4368376Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-15T09:44:56.4387836Z shell: /usr/bin/bash -e {0}
2026-06-15T09:44:56.4388132Z env:
2026-06-15T09:44:56.4388390Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:44:56.4388733Z ##[endgroup]
2026-06-15T09:44:56.8027941Z     Checking cfg-if v1.0.4
2026-06-15T09:44:56.8028554Z     Checking typenum v1.20.1
2026-06-15T09:44:56.8029436Z     Checking memchr v2.8.1
2026-06-15T09:44:56.8029962Z     Checking log v0.4.32
2026-06-15T09:44:56.8030578Z     Checking critical-section v1.2.0
2026-06-15T09:44:56.8137676Z     Checking subtle v2.6.1
2026-06-15T09:44:56.8138630Z     Checking smallvec v1.15.1
2026-06-15T09:44:56.8204844Z     Checking libc v0.2.186
2026-06-15T09:44:56.8205443Z     Checking serde_core v1.0.228
2026-06-15T09:44:56.8212841Z     Checking equivalent v1.0.2
2026-06-15T09:44:56.8257859Z     Checking pin-project-lite v0.2.17
2026-06-15T09:44:56.8352061Z     Checking itoa v1.0.18
2026-06-15T09:44:56.8490649Z     Checking cpufeatures v0.2.17
2026-06-15T09:44:56.8494924Z     Checking bitflags v2.12.1
2026-06-15T09:44:56.8639612Z     Checking zeroize v1.8.2
2026-06-15T09:44:56.8640667Z     Checking hashbrown v0.17.1
2026-06-15T09:44:56.8643336Z     Checking futures-core v0.3.32
2026-06-15T09:44:56.8645088Z     Checking bytes v1.11.1
2026-06-15T09:44:56.9097210Z     Checking rand_core v0.10.1
2026-06-15T09:44:56.9097836Z     Checking stable_deref_trait v1.2.1
2026-06-15T09:44:56.9098326Z     Checking slab v0.4.12
2026-06-15T09:44:56.9500663Z     Checking futures-sink v0.3.32
2026-06-15T09:44:56.9689253Z     Checking futures-io v0.3.32
2026-06-15T09:44:56.9851753Z     Checking futures-task v0.3.32
2026-06-15T09:44:56.9977096Z     Checking zerofrom v0.1.8
2026-06-15T09:44:57.0240747Z     Checking zerocopy v0.8.50
2026-06-15T09:44:57.0270925Z     Checking signature v2.2.0
2026-06-15T09:44:57.0272333Z     Checking zmij v1.0.21
2026-06-15T09:44:57.0495617Z     Checking futures-channel v0.3.32
2026-06-15T09:44:57.0674807Z     Checking fastrand v2.4.1
2026-06-15T09:44:57.0711237Z     Checking writeable v0.6.3
2026-06-15T09:44:57.0854282Z     Checking litemap v0.8.2
2026-06-15T09:44:57.1034435Z     Checking libsqlite3-sys v0.30.1
2026-06-15T09:44:57.1360811Z     Checking yoke v0.8.3
2026-06-15T09:44:57.1520639Z     Checking fallible-streaming-iterator v0.1.9
2026-06-15T09:44:57.1741187Z     Checking ed25519 v2.2.3
2026-06-15T09:44:57.2430505Z     Checking utf8_iter v1.0.4
2026-06-15T09:44:57.2855928Z     Checking fallible-iterator v0.3.0
2026-06-15T09:44:57.3152601Z     Checking icu_normalizer_data v2.2.0
2026-06-15T09:44:57.3155510Z     Checking icu_properties_data v2.2.0
2026-06-15T09:44:57.3345870Z     Checking percent-encoding v2.3.2
2026-06-15T09:44:57.3480246Z     Checking cpufeatures v0.3.0
2026-06-15T09:44:57.3651425Z     Checking rustls-pki-types v1.14.1
2026-06-15T09:44:57.3768333Z     Checking futures-util v0.3.32
2026-06-15T09:44:57.3902710Z     Checking scopeguard v1.2.0
2026-06-15T09:44:57.4024041Z     Checking zerovec v0.11.6
2026-06-15T09:44:57.4034039Z     Checking zerotrie v0.2.4
2026-06-15T09:44:57.4182133Z     Checking chacha20 v0.10.0
2026-06-15T09:44:57.4428575Z     Checking thiserror v2.0.18
2026-06-15T09:44:57.4628456Z     Checking http v1.4.1
2026-06-15T09:44:57.4701346Z     Checking form_urlencoded v1.2.2
2026-06-15T09:44:57.4731136Z     Checking lock_api v0.4.14
2026-06-15T09:44:57.5191826Z     Checking aws-lc-sys v0.41.0
2026-06-15T09:44:57.5670459Z     Checking untrusted v0.9.0
2026-06-15T09:44:57.5886831Z    Compiling fnv v1.0.7
2026-06-15T09:44:57.6006882Z     Checking indexmap v2.14.0
2026-06-15T09:44:57.6450495Z    Compiling darling_core v0.20.11
2026-06-15T09:44:57.6620402Z     Checking const-oid v0.10.2
2026-06-15T09:44:57.6770470Z     Checking atomic-waker v1.1.2
2026-06-15T09:44:57.6900437Z     Checking linux-raw-sys v0.12.1
2026-06-15T09:44:57.7430739Z     Checking derive_more v2.1.1
2026-06-15T09:44:57.7571499Z     Checking either v1.16.0
2026-06-15T09:44:57.7750989Z     Checking base64ct v1.8.3
2026-06-15T09:44:57.7930300Z     Checking httparse v1.10.1
2026-06-15T09:44:57.9560838Z     Checking tinyvec_macros v0.1.1
2026-06-15T09:44:57.9660556Z     Checking base64 v0.22.1
2026-06-15T09:44:57.9990613Z     Checking try-lock v0.2.5
2026-06-15T09:44:58.0220444Z     Checking data-encoding v2.11.0
2026-06-15T09:44:58.0390804Z     Checking tower-service v0.3.3
2026-06-15T09:44:58.0490710Z     Checking pem-rfc7468 v1.0.0
2026-06-15T09:44:58.0680549Z     Checking generic-array v0.14.7
2026-06-15T09:44:58.0961058Z     Checking hybrid-array v0.4.12
2026-06-15T09:44:58.1180630Z     Checking rustix v1.1.4
2026-06-15T09:44:58.1340641Z     Checking want v0.3.1
2026-06-15T09:44:58.1590927Z     Checking tinystr v0.8.3
2026-06-15T09:44:58.2310450Z     Checking potential_utf v0.1.5
2026-06-15T09:44:58.2470368Z     Checking der v0.8.0-rc.10
2026-06-15T09:44:58.2998178Z     Checking tinyvec v1.11.0
2026-06-15T09:44:58.3290613Z     Checking icu_collections v2.2.0
2026-06-15T09:44:58.3350680Z     Checking http-body v1.0.1
2026-06-15T09:44:58.3430729Z     Checking aws-lc-rs v1.17.0
2026-06-15T09:44:58.3960296Z     Checking icu_locale_core v2.2.0
2026-06-15T09:44:58.3980419Z     Checking n0-error v0.1.3
2026-06-15T09:44:58.4560623Z     Checking num-traits v0.2.19
2026-06-15T09:44:58.4586908Z    Compiling anyhow v1.0.102
2026-06-15T09:44:58.6234441Z     Checking httpdate v1.0.3
2026-06-15T09:44:58.6930793Z     Checking diatomic-waker v0.2.3
2026-06-15T09:44:58.7590791Z     Checking getrandom v0.2.17
2026-06-15T09:44:58.7660702Z     Checking mio v1.2.1
2026-06-15T09:44:58.8114165Z     Checking socket2 v0.6.4
2026-06-15T09:44:58.8260551Z     Checking getrandom v0.4.2
2026-06-15T09:44:58.8470672Z     Checking crypto-common v0.1.7
2026-06-15T09:44:58.8845402Z     Checking block-buffer v0.10.4
2026-06-15T09:44:58.8930326Z     Checking rand_core v0.6.4
2026-06-15T09:44:58.9240517Z     Checking ring v0.17.14
2026-06-15T09:44:58.9944349Z     Checking parking_lot_core v0.9.12
2026-06-15T09:44:59.0261336Z     Checking digest v0.10.7
2026-06-15T09:44:59.0924822Z     Checking rand v0.10.1
2026-06-15T09:44:59.1550433Z     Checking inout v0.1.4
2026-06-15T09:44:59.1640327Z     Checking crypto-common v0.2.2
2026-06-15T09:44:59.2330331Z     Checking sha2 v0.10.9
2026-06-15T09:44:59.2450571Z     Checking curve25519-dalek v4.1.3
2026-06-15T09:44:59.2700561Z     Checking parking_lot v0.12.5
2026-06-15T09:44:59.2930390Z     Checking tokio v1.52.3
2026-06-15T09:44:59.3670585Z     Checking icu_provider v2.2.0
2026-06-15T09:44:59.4380572Z     Checking block-buffer v0.12.0
2026-06-15T09:44:59.5058111Z     Checking serde v1.0.228
2026-06-15T09:44:59.5167332Z     Checking serde_json v1.0.150
2026-06-15T09:44:59.6820562Z     Checking cordyceps v0.3.4
2026-06-15T09:44:59.6890303Z     Checking parking v2.2.1
2026-06-15T09:44:59.7100467Z     Checking spin v0.10.0
2026-06-15T09:44:59.7200388Z     Checking icu_normalizer v2.2.0
2026-06-15T09:44:59.8060692Z     Checking icu_properties v2.2.0
2026-06-15T09:44:59.8170429Z     Checking futures-lite v2.6.1
2026-06-15T09:44:59.8780454Z     Checking spki v0.8.0-rc.4
2026-06-15T09:44:59.9790589Z     Checking futures-buffered v0.2.13
2026-06-15T09:45:00.0690643Z     Checking cipher v0.4.4
2026-06-15T09:45:00.0880323Z     Checking digest v0.11.3
2026-06-15T09:45:00.1200236Z     Checking portable-atomic v1.13.1
2026-06-15T09:45:00.1290399Z     Checking ipnet v2.12.0
2026-06-15T09:45:00.2820403Z     Checking serde_spanned v0.6.9
2026-06-15T09:45:00.2910587Z     Checking toml_datetime v0.6.11
2026-06-15T09:45:00.3120656Z     Checking universal-hash v0.5.1
2026-06-15T09:45:00.4099727Z     Checking serial-core v0.4.0
2026-06-15T09:45:00.4349760Z     Checking termios v0.2.2
2026-06-15T09:45:00.4468022Z     Checking ioctl-rs v0.1.6
2026-06-15T09:45:00.4540503Z     Checking pin-project v1.1.13
2026-06-15T09:45:00.4990572Z     Checking ed25519-dalek v2.2.0
2026-06-15T09:45:00.5120496Z     Checking netlink-packet-core v0.8.1
2026-06-15T09:45:00.5311234Z     Checking aho-corasick v1.1.4
2026-06-15T09:45:00.5619103Z     Checking sync_wrapper v1.0.2
2026-06-15T09:45:00.5800777Z     Checking opaque-debug v0.3.1
2026-06-15T09:45:00.5840706Z     Checking allocator-api2 v0.2.21
2026-06-15T09:45:00.6197613Z     Checking toml_write v0.1.2
2026-06-15T09:45:00.6210011Z    Compiling powerfmt v0.2.0
2026-06-15T09:45:00.6570706Z     Checking winnow v0.7.15
2026-06-15T09:45:00.7072786Z     Checking rustls-webpki v0.103.13
2026-06-15T09:45:00.7179613Z     Checking spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T09:45:00.8032120Z     Checking byteorder v1.5.0
2026-06-15T09:45:00.8262175Z     Checking regex-syntax v0.8.10
2026-06-15T09:45:00.8689272Z    Compiling deranged v0.5.8
2026-06-15T09:45:00.8930812Z     Checking polyval v0.6.2
2026-06-15T09:45:00.9082541Z     Checking thiserror v1.0.69
2026-06-15T09:45:00.9230861Z     Checking futures-executor v0.3.32
2026-06-15T09:45:00.9450611Z     Checking once_cell v1.21.4
2026-06-15T09:45:00.9721373Z     Checking ref-cast v1.0.25
2026-06-15T09:45:01.0534395Z     Checking serial-unix v0.4.0
2026-06-15T09:45:01.0680745Z     Checking hash32 v0.2.1
2026-06-15T09:45:01.0733714Z     Checking memoffset v0.6.5
2026-06-15T09:45:01.0866794Z     Checking prefix-trie v0.8.4
2026-06-15T09:45:01.1353488Z     Checking pkcs8 v0.11.0-rc.10
2026-06-15T09:45:01.1850087Z     Checking idna_adapter v1.2.2
2026-06-15T09:45:01.2090501Z     Checking crossbeam-utils v0.8.21
2026-06-15T09:45:01.2400902Z     Checking spin v0.9.8
2026-06-15T09:45:01.2456508Z     Checking tracing-core v0.1.36
2026-06-15T09:45:01.2875965Z     Checking bitflags v1.3.2
2026-06-15T09:45:01.3080548Z     Checking idna v1.1.0
2026-06-15T09:45:01.3690574Z     Checking dyn-clone v1.0.20
2026-06-15T09:45:01.3890438Z    Compiling num-conv v0.2.2
2026-06-15T09:45:01.4071574Z     Checking rustls v0.23.40
2026-06-15T09:45:01.4330413Z     Checking pin-utils v0.1.0
2026-06-15T09:45:01.4863174Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T09:45:01.4890358Z    Compiling time-core v0.1.8
2026-06-15T09:45:01.5426389Z     Checking tower-layer v0.3.3
2026-06-15T09:45:01.5950391Z     Checking signature v3.0.0
2026-06-15T09:45:01.6230346Z     Checking url v2.5.8
2026-06-15T09:45:01.6360547Z    Compiling darling_macro v0.20.11
2026-06-15T09:45:01.6853701Z     Checking tracing v0.1.44
2026-06-15T09:45:01.7060848Z     Checking ryu v1.0.23
2026-06-15T09:45:01.7224775Z     Checking schemars v1.2.1
2026-06-15T09:45:01.7310753Z     Checking ed25519 v3.0.0-rc.4
2026-06-15T09:45:01.7401212Z     Checking nix v0.25.1
2026-06-15T09:45:01.7587926Z     Checking ahash v0.8.12
2026-06-15T09:45:01.8500609Z     Checking heapless v0.7.17
2026-06-15T09:45:01.8640627Z     Checking tempfile v3.27.0
2026-06-15T09:45:01.8890398Z     Checking serial v0.4.0
2026-06-15T09:45:01.9000564Z     Checking futures v0.3.32
2026-06-15T09:45:01.9697444Z     Checking noq-udp v0.10.0
2026-06-15T09:45:01.9932081Z     Checking ghash v0.5.1
2026-06-15T09:45:02.0119680Z     Checking filedescriptor v0.8.3
2026-06-15T09:45:02.0350497Z    Compiling darling v0.20.11
2026-06-15T09:45:02.0660618Z     Checking hashbrown v0.14.5
2026-06-15T09:45:02.1450183Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-15T09:45:02.1500329Z     Checking sha2 v0.11.0-rc.5
2026-06-15T09:45:02.1750227Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:45:02.2570310Z     Checking ctr v0.9.2
2026-06-15T09:45:02.2950556Z     Checking aes v0.8.4
2026-06-15T09:45:02.3600347Z     Checking hickory-proto v0.26.0-beta.4
2026-06-15T09:45:02.4631197Z    Compiling proc-macro-crate v3.5.0
2026-06-15T09:45:02.5650788Z    Compiling time v0.3.47
2026-06-15T09:45:02.5830663Z     Checking aead v0.5.2
2026-06-15T09:45:02.7000142Z     Checking http-body-util v0.1.3
2026-06-15T09:45:02.7156908Z     Checking toml_edit v0.22.27
2026-06-15T09:45:02.7490562Z     Checking cobs v0.3.0
2026-06-15T09:45:02.7620314Z     Checking hashlink v0.9.1
2026-06-15T09:45:02.9737171Z     Checking regex-automata v0.4.14
2026-06-15T09:45:03.0131828Z     Checking downcast-rs v1.2.1
2026-06-15T09:45:03.1008408Z     Checking openssl-probe v0.2.1
2026-06-15T09:45:03.1051322Z     Checking shell-words v1.1.1
2026-06-15T09:45:03.1754166Z     Checking rustls-native-certs v0.8.4
2026-06-15T09:45:03.1970567Z     Checking postcard v1.1.3
2026-06-15T09:45:03.2079154Z     Checking aes-gcm v0.10.3
2026-06-15T09:45:03.2260557Z     Checking crossbeam-channel v0.5.15
2026-06-15T09:45:03.2561387Z     Checking rusqlite v0.32.1
2026-06-15T09:45:03.2766573Z     Checking crossbeam-epoch v0.9.18
2026-06-15T09:45:03.3220311Z    Compiling num_enum_derive v0.7.6
2026-06-15T09:45:03.3670491Z     Checking data-encoding-macro v0.1.20
2026-06-15T09:45:03.4220611Z     Checking netlink-packet-route v0.29.0
2026-06-15T09:45:03.5780372Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-15T09:45:03.6710381Z     Checking uuid v1.23.2
2026-06-15T09:45:03.6928722Z     Checking lru-slab v0.1.2
2026-06-15T09:45:03.7159165Z     Checking identity-hash v0.1.0
2026-06-15T09:45:03.8110575Z     Checking foldhash v0.2.0
2026-06-15T09:45:03.8320745Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:45:03.9880901Z     Checking mac-addr v0.3.0
2026-06-15T09:45:03.9970954Z     Checking tagptr v0.2.0
2026-06-15T09:45:04.0420448Z     Checking xml-rs v0.8.28
2026-06-15T09:45:04.1350295Z     Checking rustc-hash v2.1.2
2026-06-15T09:45:04.1910671Z     Checking sorted-index-buffer v0.2.1
2026-06-15T09:45:04.2320246Z     Checking moka v0.12.15
2026-06-15T09:45:04.2341008Z     Checking spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T09:45:04.2500670Z    Compiling derive_builder v0.20.2
2026-06-15T09:45:04.2570632Z     Checking iroh-base v0.98.0
2026-06-15T09:45:04.3419414Z     Checking hashbrown v0.16.1
2026-06-15T09:45:04.4000424Z    Compiling vergen-lib v9.1.0
2026-06-15T09:45:04.6470638Z    Compiling vergen v9.1.0
2026-06-15T09:45:04.6670713Z    Compiling vergen-lib v0.1.6
2026-06-15T09:45:04.7280742Z     Checking iroh-metrics v0.38.3
2026-06-15T09:45:04.7828584Z     Checking strum v0.28.0
2026-06-15T09:45:04.8260893Z     Checking num_enum v0.7.6
2026-06-15T09:45:04.8325287Z     Checking toml v0.8.23
2026-06-15T09:45:04.8671087Z     Checking tokio-util v0.7.18
2026-06-15T09:45:04.9100916Z     Checking netlink-sys v0.8.8
2026-06-15T09:45:04.9325761Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:45:04.9378509Z     Checking tower v0.5.3
2026-06-15T09:45:05.0470583Z     Checking xmltree v0.10.3
2026-06-15T09:45:05.1440263Z     Checking netlink-proto v0.12.0
2026-06-15T09:45:05.2060698Z     Checking attohttpc v0.30.1
2026-06-15T09:45:05.2700866Z     Checking netlink-packet-route v0.30.0
2026-06-15T09:45:05.2740302Z     Checking simple-dns v0.9.3
2026-06-15T09:45:05.2770426Z     Checking arrayref v0.3.9
2026-06-15T09:45:05.3070730Z     Checking arrayvec v0.7.6
2026-06-15T09:45:05.3971384Z     Checking sha1_smol v1.0.1
2026-06-15T09:45:05.4138269Z     Checking regex v1.12.3
2026-06-15T09:45:05.4401005Z     Checking smol_str v0.1.24
2026-06-15T09:45:05.4576040Z     Checking simdutf8 v0.1.5
2026-06-15T09:45:05.4666618Z     Checking constant_time_eq v0.4.2
2026-06-15T09:45:05.4951082Z     Checking portable-pty v0.8.1
2026-06-15T09:45:05.5310726Z     Checking resolv-conf v0.7.6
2026-06-15T09:45:05.5430427Z     Checking tower-http v0.6.11
2026-06-15T09:45:05.5740636Z     Checking lru v0.16.4
2026-06-15T09:45:05.5826359Z     Checking blake3 v1.8.5
2026-06-15T09:45:05.5940743Z     Checking acto v0.8.2
2026-06-15T09:45:05.6450564Z     Checking serde_bytes v0.11.19
2026-06-15T09:45:05.6620676Z     Checking h2 v0.4.14
2026-06-15T09:45:05.7240392Z     Checking n0-future v0.3.2
2026-06-15T09:45:05.7681543Z     Checking tokio-stream v0.1.18
2026-06-15T09:45:05.7890259Z    Compiling iroh-relay v0.98.0
2026-06-15T09:45:05.8193797Z     Checking hmac v0.12.1
2026-06-15T09:45:05.8261677Z     Checking seize v0.5.1
2026-06-15T09:45:05.8372772Z     Checking n0-watcher v0.6.1
2026-06-15T09:45:05.8550649Z     Checking tokio-rustls v0.26.4
2026-06-15T09:45:05.8651239Z     Checking rustls-platform-verifier v0.7.0
2026-06-15T09:45:05.8870792Z     Checking noq-proto v0.17.0
2026-06-15T09:45:05.9330478Z     Checking webpki-roots v1.0.7
2026-06-15T09:45:05.9870277Z     Checking cmov v0.5.4
2026-06-15T09:45:06.0160469Z     Checking hkdf v0.12.4
2026-06-15T09:45:06.0309160Z     Checking backon v1.6.0
2026-06-15T09:45:06.0520520Z     Checking papaya v0.2.4
2026-06-15T09:45:06.0600618Z     Checking sha1 v0.10.6
2026-06-15T09:45:06.0640675Z     Checking interprocess v2.4.2
2026-06-15T09:45:06.1470377Z     Checking spake2 v0.4.0
2026-06-15T09:45:06.1830648Z     Checking ctutils v0.4.2
2026-06-15T09:45:06.2000797Z     Checking tokio-websockets v0.13.2
2026-06-15T09:45:06.2130396Z     Checking errno v0.3.14
2026-06-15T09:45:06.2610454Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-15T09:45:06.2700330Z    Compiling darling_core v0.23.0
2026-06-15T09:45:06.2840365Z     Checking utf8parse v0.2.2
2026-06-15T09:45:06.3420352Z     Checking is_terminal_polyfill v1.70.2
2026-06-15T09:45:06.3510383Z     Checking iroh-dns v0.98.0
2026-06-15T09:45:06.3600764Z     Checking anstyle-parse v1.0.0
2026-06-15T09:45:06.3760320Z     Checking anstyle-query v1.1.5
2026-06-15T09:45:06.4040891Z     Checking signal-hook-registry v1.4.8
2026-06-15T09:45:06.4140901Z     Checking linux-raw-sys v0.4.15
2026-06-15T09:45:06.4458384Z     Checking foldhash v0.1.5
2026-06-15T09:45:06.4610923Z     Checking colorchoice v1.0.5
2026-06-15T09:45:06.5248182Z     Checking anstyle v1.0.14
2026-06-15T09:45:06.5646763Z     Checking unicode-segmentation v1.13.3
2026-06-15T09:45:06.5770540Z     Checking spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T09:45:06.5870935Z     Checking signal-hook v0.3.18
2026-06-15T09:45:06.6036476Z     Checking terminal_size v0.4.4
2026-06-15T09:45:06.6180099Z     Checking hashbrown v0.15.5
2026-06-15T09:45:06.6420656Z     Checking itertools v0.13.0
2026-06-15T09:45:06.6670538Z     Checking castaway v0.2.4
2026-06-15T09:45:06.7240349Z     Checking strsim v0.11.1
2026-06-15T09:45:06.7410659Z     Checking clap_lex v1.1.0
2026-06-15T09:45:06.7630355Z     Checking anstream v1.0.0
2026-06-15T09:45:06.7954841Z     Checking unicode-width v0.1.14
2026-06-15T09:45:06.8658407Z     Checking static_assertions v1.1.0
2026-06-15T09:45:06.8800641Z     Checking strum v0.26.3
2026-06-15T09:45:06.8990768Z     Checking rustix v0.38.44
2026-06-15T09:45:06.9180836Z     Checking signal-hook-mio v0.2.5
2026-06-15T09:45:06.9300389Z     Checking compact_str v0.8.2
2026-06-15T09:45:06.9540514Z     Checking spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T09:45:06.9700945Z     Checking spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T09:45:06.9980609Z     Checking unicode-width v0.2.0
2026-06-15T09:45:07.0080438Z     Checking iana-time-zone v0.1.65
2026-06-15T09:45:07.0620628Z     Checking clap_builder v4.6.0
2026-06-15T09:45:07.1260515Z     Checking cassowary v0.3.0
2026-06-15T09:45:07.2100625Z     Checking chrono v0.4.45
2026-06-15T09:45:07.2590418Z     Checking nucleo-matcher v0.3.1
2026-06-15T09:45:07.3530460Z     Checking qrcode v0.14.1
2026-06-15T09:45:07.5150566Z     Checking lru v0.12.5
2026-06-15T09:45:07.6780537Z     Checking crossterm v0.28.1
2026-06-15T09:45:07.9100858Z     Checking mock-adapter v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-15T09:45:08.4070321Z     Checking unicode-truncate v1.1.0
2026-06-15T09:45:08.7806497Z    Compiling darling_macro v0.23.0
2026-06-15T09:45:08.9832169Z    Compiling darling v0.23.0
2026-06-15T09:45:09.0298033Z    Compiling instability v0.3.12
2026-06-15T09:45:09.0583786Z     Checking clap v4.6.1
2026-06-15T09:45:09.1791974Z     Checking spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T09:45:09.2131403Z     Checking netdev v0.42.0
2026-06-15T09:45:09.3488243Z     Checking ratatui v0.29.0
2026-06-15T09:45:09.7924211Z     Checking hyper v1.10.1
2026-06-15T09:45:09.7925027Z     Checking hickory-net v0.26.0-beta.4
2026-06-15T09:45:10.1956617Z     Checking netwatch v0.16.0
2026-06-15T09:45:10.4601169Z     Checking noq v0.18.0
2026-06-15T09:45:10.5820416Z     Checking hyper-util v0.1.20
2026-06-15T09:45:10.6783478Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-15T09:45:11.3110216Z     Checking hyper-rustls v0.27.9
2026-06-15T09:45:11.3110588Z     Checking igd-next v0.17.1
2026-06-15T09:45:11.3934948Z     Checking reqwest v0.13.4
2026-06-15T09:45:11.5364799Z     Checking portmapper v0.16.0
2026-06-15T09:45:12.6511285Z     Checking iroh v0.98.2
2026-06-15T09:45:16.1322688Z     Checking spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T09:45:17.4770422Z     Checking spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T09:45:20.5234386Z     Checking spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T09:45:20.5267823Z     Checking xtask v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-15T09:45:24.3366996Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.86s
2026-06-15T09:45:24.4049401Z ##[group]Run actions/checkout@v5
2026-06-15T09:45:24.4049651Z with:
2026-06-15T09:45:24.4049924Z   repository: SaberMage/spt-shell-notify
2026-06-15T09:45:24.4050171Z   path: .adapter-notify
2026-06-15T09:45:24.4052187Z   token: ***
2026-06-15T09:45:24.4052387Z   ssh-strict: true
2026-06-15T09:45:24.4052576Z   ssh-user: git
2026-06-15T09:45:24.4052767Z   persist-credentials: true
2026-06-15T09:45:24.4052976Z   clean: true
2026-06-15T09:45:24.4053172Z   sparse-checkout-cone-mode: true
2026-06-15T09:45:24.4053391Z   fetch-depth: 1
2026-06-15T09:45:24.4053581Z   fetch-tags: false
2026-06-15T09:45:24.4053772Z   show-progress: true
2026-06-15T09:45:24.4053963Z   lfs: false
2026-06-15T09:45:24.4054158Z   submodules: false
2026-06-15T09:45:24.4054355Z   set-safe-directory: true
2026-06-15T09:45:24.4054554Z env:
2026-06-15T09:45:24.4054750Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:45:24.4054973Z ##[endgroup]
2026-06-15T09:45:24.5765884Z Syncing repository: SaberMage/spt-shell-notify
2026-06-15T09:45:24.5766399Z ##[group]Getting Git version info
2026-06-15T09:45:24.5766814Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-15T09:45:24.5767358Z [command]/usr/bin/git version
2026-06-15T09:45:24.5792111Z git version 2.43.0
2026-06-15T09:45:24.5807969Z ##[endgroup]
2026-06-15T09:45:24.5818363Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9b4fd417-90c6-4568-81be-5e6bce5ba634' before making global git config changes
2026-06-15T09:45:24.5819171Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:45:24.5821436Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T09:45:24.5850838Z ##[group]Initializing the repository
2026-06-15T09:45:24.5853392Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T09:45:24.5878081Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-15T09:45:24.5878809Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-15T09:45:24.5879445Z hint: of your new repositories, which will suppress this warning, call:
2026-06-15T09:45:24.5879855Z hint: 
2026-06-15T09:45:24.5880141Z hint: 	git config --global init.defaultBranch <name>
2026-06-15T09:45:24.5880480Z hint: 
2026-06-15T09:45:24.5880785Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-15T09:45:24.5881277Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-15T09:45:24.5881653Z hint: 
2026-06-15T09:45:24.5881862Z hint: 	git branch -m <name>
2026-06-15T09:45:24.5883219Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-15T09:45:24.5889812Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-15T09:45:24.5947881Z ##[endgroup]
2026-06-15T09:45:24.5948381Z ##[group]Disabling automatic garbage collection
2026-06-15T09:45:24.5951219Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T09:45:24.5978693Z ##[endgroup]
2026-06-15T09:45:24.5979105Z ##[group]Setting up auth
2026-06-15T09:45:24.5984030Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:45:24.6006989Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:45:24.6210894Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:45:24.6235563Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:45:24.6414592Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:45:24.6442884Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:45:24.6632370Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T09:45:24.6662677Z ##[endgroup]
2026-06-15T09:45:24.6663138Z ##[group]Determining the default branch
2026-06-15T09:45:24.6666358Z Retrieving the default branch name
2026-06-15T09:45:25.1915101Z Default branch 'main'
2026-06-15T09:45:25.1915812Z ##[endgroup]
2026-06-15T09:45:25.1916266Z ##[group]Fetching the repository
2026-06-15T09:45:25.1920684Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-15T09:45:25.9885507Z From https://github.com/SaberMage/spt-shell-notify
2026-06-15T09:45:25.9886027Z  * [new branch]      main       -> origin/main
2026-06-15T09:45:25.9904802Z ##[endgroup]
2026-06-15T09:45:25.9905225Z ##[group]Determining the checkout info
2026-06-15T09:45:25.9906719Z ##[endgroup]
2026-06-15T09:45:25.9910713Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T09:45:25.9943517Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T09:45:25.9969383Z ##[group]Checking out the ref
2026-06-15T09:45:25.9971976Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T09:45:26.0010074Z Switched to a new branch 'main'
2026-06-15T09:45:26.0011388Z branch 'main' set up to track 'origin/main'.
2026-06-15T09:45:26.0015219Z ##[endgroup]
2026-06-15T09:45:26.0045197Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T09:45:26.0068925Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-15T09:45:26.0213088Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-15T09:45:26.0213656Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-15T09:45:26.0231364Z shell: /usr/bin/bash -e {0}
2026-06-15T09:45:26.0231603Z env:
2026-06-15T09:45:26.0231789Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:45:26.0232037Z ##[endgroup]
2026-06-15T09:45:26.0603055Z     Updating crates.io index
2026-06-15T09:45:26.2430007Z      Locking 11 packages to latest compatible versions
2026-06-15T09:45:26.2687187Z    Compiling serde_core v1.0.228
2026-06-15T09:45:26.2687556Z    Compiling zmij v1.0.21
2026-06-15T09:45:26.2687826Z    Compiling serde_json v1.0.150
2026-06-15T09:45:26.2688097Z    Compiling memchr v2.8.2
2026-06-15T09:45:26.2688343Z    Compiling itoa v1.0.18
2026-06-15T09:45:28.1452711Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-15T09:45:28.3264637Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
2026-06-15T09:45:28.3390811Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-15T09:45:28.3391266Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-15T09:45:28.3403566Z shell: /usr/bin/bash -e {0}
2026-06-15T09:45:28.3403786Z env:
2026-06-15T09:45:28.3403976Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:45:28.3404416Z   SPT_NOTIFY_SHELL_BIN: /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-15T09:45:28.3404834Z ##[endgroup]
2026-06-15T09:45:28.6181997Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
2026-06-15T09:45:28.6319702Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-96fcb6e73a2c0ed1)
2026-06-15T09:45:28.6371901Z 
2026-06-15T09:45:28.6372221Z running 1 test
2026-06-15T09:45:58.7554898Z 
2026-06-15T09:45:58.7558055Z thread 'notify_shell_renders_a_commanded_toast' (2880990) panicked at crates/spt/tests/notify_shell_e2e.rs:165:9:
2026-06-15T09:45:58.7559496Z the binary never rendered the notify command
2026-06-15T09:45:58.7560067Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-15T09:45:58.7604758Z test notify_shell_renders_a_commanded_toast ... FAILED
2026-06-15T09:45:58.7618419Z error: test failed, to rerun pass `-p spt --test notify_shell_e2e`
2026-06-15T09:45:58.7618807Z 
2026-06-15T09:45:58.7619035Z failures:
2026-06-15T09:45:58.7619183Z 
2026-06-15T09:45:58.7619274Z failures:
2026-06-15T09:45:58.7619474Z     notify_shell_renders_a_commanded_toast
2026-06-15T09:45:58.7619665Z 
2026-06-15T09:45:58.7619883Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.12s
2026-06-15T09:45:58.7620193Z 
2026-06-15T09:45:58.7720686Z ##[error]Process completed with exit code 101.
2026-06-15T09:45:58.7857176Z Post job cleanup.
2026-06-15T09:45:58.8516791Z [command]/usr/bin/git version
2026-06-15T09:45:58.8579594Z git version 2.43.0
2026-06-15T09:45:58.8620014Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/617adb90-fa50-4042-8afb-71ceb7b229ff' before making global git config changes
2026-06-15T09:45:58.8620738Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:45:58.8621353Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T09:45:58.8642844Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:45:58.8666944Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:45:58.8852704Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:45:58.8871027Z http.https://github.com/.extraheader
2026-06-15T09:45:58.8877730Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T09:45:58.8903212Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:45:58.9087842Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:45:58.9111273Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:45:58.9434761Z Post job cleanup.
2026-06-15T09:45:59.0178499Z [command]/usr/bin/git version
2026-06-15T09:45:59.0212116Z git version 2.43.0
2026-06-15T09:45:59.0243109Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9072464f-4765-470f-809e-bbb54689ada8' before making global git config changes
2026-06-15T09:45:59.0244063Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:45:59.0246657Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T09:45:59.0283220Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:45:59.0317656Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:45:59.0511081Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:45:59.0536285Z http.https://github.com/.extraheader
2026-06-15T09:45:59.0545898Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T09:45:59.0579148Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:45:59.0769443Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:45:59.0800855Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:45:59.1143613Z Cleaning up orphan processes
2026-06-15T09:45:59.1932764Z Terminate orphan process: pid (2868202) (spt)
2026-06-15T09:45:59.1953217Z Terminate orphan process: pid (2868220) (spt)
2026-06-15T09:45:59.1979794Z Terminate orphan process: pid (2880995) (notify-shell)
2026-06-15T09:45:59.2000161Z Terminate orphan process: pid (2881346) (spt)
2026-06-15T09:45:59.2061489Z Terminate orphan process: pid (2881354) (spt)
